12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- using SqlSugar;
- namespace Uninpho.DBOperation.Model
- {
- public class T_mitielifeng_exceldata
- {
- [SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
- public string Id { get; set; }
- public string Filelistid { get; set; }
- public string Jgjdyhctjx { get; set; }
- public string Cljggdsbmyftxwzzjx { get; set; }
- public string Qita { get; set; }
- public string Cljgfgzbyjbggzbzxjx { get; set; }
- public string Jgwy { get; set; }
- public string Gczqs { get; set; }
- public string Ljgxcl { get; set; }
- public string Bcqs { get; set; }
- public string Jggyydtjxch { get; set; }
- public string Jggyydtjxzh { get; set; }
- public string Jggdsbmyftdtjx { get; set; }
- public string Jgymtjbgjx { get; set; }
- public string Xggdyhctjx { get; set; }
- public string Xggyydtjx { get; set; }
- public string Xggtsbmyftdtjx { get; set; }
- public string Xgyftjgtjx { get; set; }
- public string Xgyygjx { get; set; }
- public string Dxgycgjgjdjx { get; set; }
- }
- }
|