yantian yue
2023-12-28 fd5f7c86beec35f6b7cde3f16f23c6cf1279a447
提交 | 用户 | 时间
e46d3b 1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 //     此代码已从模板生成。
4 //
5 //     手动更改此文件可能导致应用程序出现意外的行为。
6 //     如果重新生成代码,将覆盖对此文件的手动更改。
7 // </auto-generated>
8 //------------------------------------------------------------------------------
9
10 namespace YX.Entity
11 {
12     using System;
13     using System.Collections.Generic;
14     
15     public partial class Base_AppendProperty
16     {
17         public string Property_ID { get; set; }
18         public string Property_Function { get; set; }
19         public string Property_Control_ID { get; set; }
20         public string Property_Name { get; set; }
21         public string Property_Control_DataSource { get; set; }
22         public int Property_Control_Length { get; set; }
23         public string Property_Control_Style { get; set; }
24         public Nullable<int> SortCode { get; set; }
25         public Nullable<int> DeleteMark { get; set; }
26         public Nullable<System.DateTime> CreateDate { get; set; }
27         public string CreateUserId { get; set; }
28         public string CreateUserName { get; set; }
29         public Nullable<System.DateTime> ModifyDate { get; set; }
30         public string ModifyUserId { get; set; }
31         public string ModifyUserName { get; set; }
32     }
33 }