Basic ERD diagram of PV Database
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
123456789101112131415161718192021222324 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated from a template.
- //
- // Manual changes to this file may cause unexpected behavior in your application.
- // Manual changes to this file will be overwritten if the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
-
- namespace ERD
- {
- using System;
- using System.Collections.Generic;
-
- public partial class TblPersonnelCCRecipiants_DynamicMailingCCRecipiantOf
- {
- public Nullable<int> CCRecipiantOf { get; set; }
- public Nullable<int> CCRecipiants { get; set; }
- public int OID { get; set; }
- public Nullable<int> OptimisticLockField { get; set; }
-
- public virtual TblPersonnel TblPersonnel { get; set; }
- }
- }
|