yantian yue
2023-12-28 74222333166387c1e0508f8ccaf8347b861649a5
提交 | 用户 | 时间
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_AppendPropertyInstance
16     {
17         public string PropertyInstance_ID { get; set; }
18         public string Property_Control_ID { get; set; }
19         public string PropertyInstance_Value { get; set; }
20     
21         public virtual Base_UserInfo Base_UserInfo { get; set; }
22     }
23 }