| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- namespace Admin.NET.Plugin.AiDOP.Order;
- /// <summary>璁″垝鑱斿姩鐪嬫澘</summary>
- [SugarTable("LinkagePlan", "璁″垝鑱斿姩鐪嬫澘")]
- public class LinkagePlan
- {
- [SugarColumn(ColumnName = "id", IsPrimaryKey = true, IsIdentity = false)]
- public long Id { get; set; }
- /// <summary>璁㈠崟缂栧彿</summary>
- [SugarColumn(ColumnName = "bill_no", Length = 64, IsNullable = true)]
- public string? BillNo { get; set; }
- /// <summary>瀹㈡埛缂栫爜</summary>
- [SugarColumn(ColumnName = "custom_no", Length = 64, IsNullable = true)]
- public string? CustomNo { get; set; }
- /// <summary>璁㈠崟绫诲瀷</summary>
- [SugarColumn(ColumnName = "order_type", Length = 32, IsNullable = true)]
- public string? OrderType { get; set; }
- /// <summary>鐗╂枡浠g爜</summary>
- [SugarColumn(ColumnName = "item_number", Length = 64, IsNullable = true)]
- public string? ItemNumber { get; set; }
- /// <summary>鐗╂枡鍚嶇О</summary>
- [SugarColumn(ColumnName = "Descr", Length = 256, IsNullable = true)]
- public string? Descr { get; set; }
- /// <summary>瑙勬牸鍨嬪彿</summary>
- [SugarColumn(ColumnName = "Descr1", Length = 256, IsNullable = true)]
- public string? Descr1 { get; set; }
- /// <summary>浜у搧绫诲瀷</summary>
- [SugarColumn(ColumnName = "ItemType", Length = 64, IsNullable = true)]
- public string? ItemType { get; set; }
- /// <summary>鏁伴噺</summary>
- [SugarColumn(ColumnName = "qty", IsNullable = true)]
- public decimal? Qty { get; set; }
- /// <summary>鐢熶骇閫氱煡</summary>
- [SugarColumn(ColumnName = "update_time", IsNullable = true)]
- public DateTime? UpdateTime { get; set; }
- /// <summary>鍚堝悓浜ゆ湡</summary>
- [SugarColumn(ColumnName = "sys_capacity_date", IsNullable = true)]
- public DateTime? SysCapacityDate { get; set; }
- /// <summary>璁″垝绠℃帶</summary>
- [SugarColumn(ColumnName = "type", Length = 32, IsNullable = true)]
- public string? Type { get; set; }
- /// <summary>Bom璁捐寮€濮?/summary>
- [SugarColumn(ColumnName = "bomstart", Length = 80, IsNullable = true)]
- public string? BomStart { get; set; }
- /// <summary>Bom璁捐缁撴潫</summary>
- [SugarColumn(ColumnName = "bomend", Length = 80, IsNullable = true)]
- public string? BomEnd { get; set; }
- /// <summary>宸ヨ壓璁捐寮€濮?/summary>
- [SugarColumn(ColumnName = "linestart", Length = 80, IsNullable = true)]
- public string? LineStart { get; set; }
- /// <summary>宸ヨ壓璁捐缁撴潫</summary>
- [SugarColumn(ColumnName = "lineend", Length = 80, IsNullable = true)]
- public string? LineEnd { get; set; }
- /// <summary>鐢熶骇寮€濮?/summary>
- [SugarColumn(ColumnName = "productstart", Length = 80, IsNullable = true)]
- public string? ProductStart { get; set; }
- /// <summary>鐢熶骇缁撴潫</summary>
- [SugarColumn(ColumnName = "productend", Length = 80, IsNullable = true)]
- public string? ProductEnd { get; set; }
- /// <summary>鐗╂枡闇€姹?/summary>
- [SugarColumn(ColumnName = "needtime", Length = 80, IsNullable = true)]
- public string? NeedTime { get; set; }
- /// <summary>鐗╂枡婊¤冻</summary>
- [SugarColumn(ColumnName = "sys_material_date", Length = 80, IsNullable = true)]
- public string? SysMaterialDate { get; set; }
- /// <summary>閲囪喘涓嬪崟</summary>
- [SugarColumn(ColumnName = "cgneedtime", Length = 80, IsNullable = true)]
- public string? CgNeedTime { get; set; }
- /// <summary>閲囪喘鍒拌揣</summary>
- [SugarColumn(ColumnName = "cgend", Length = 80, IsNullable = true)]
- public string? CgEnd { get; set; }
- /// <summary>澶囨枡寮€濮?/summary>
- [SugarColumn(ColumnName = "blstart", Length = 80, IsNullable = true)]
- public string? BlStart { get; set; }
- /// <summary>澶囨枡缁撴潫</summary>
- [SugarColumn(ColumnName = "blend", Length = 80, IsNullable = true)]
- public string? BlEnd { get; set; }
- /// <summary>鎶ュ伐寮€濮?/summary>
- [SugarColumn(ColumnName = "starttime", Length = 80, IsNullable = true)]
- public string? StartTime { get; set; }
- /// <summary>鎶ュ伐缁撴潫</summary>
- [SugarColumn(ColumnName = "endtime", Length = 80, IsNullable = true)]
- public string? EndTime { get; set; }
- /// <summary>IQC妫€楠屽紑濮?/summary>
- [SugarColumn(ColumnName = "ipqcjystart", Length = 80, IsNullable = true)]
- public string? IpqcJyStart { get; set; }
- /// <summary>IQC妫€楠岀粨鏉?/summary>
- [SugarColumn(ColumnName = "ipqcjyend", Length = 80, IsNullable = true)]
- public string? IpqcJyEnd { get; set; }
- /// <summary>FQC妫€楠屽紑濮?/summary>
- [SugarColumn(ColumnName = "fqcjystart", Length = 80, IsNullable = true)]
- public string? FqcJyStart { get; set; }
- /// <summary>FQC妫€楠岀粨鏉?/summary>
- [SugarColumn(ColumnName = "fqcjyend", Length = 80, IsNullable = true)]
- public string? FqcJyEnd { get; set; }
- /// <summary>鍏ュ簱寮€濮?/summary>
- [SugarColumn(ColumnName = "rkstart", Length = 80, IsNullable = true)]
- public string? RkStart { get; set; }
- /// <summary>鍏ュ簱缁撴潫</summary>
- [SugarColumn(ColumnName = "rkend", Length = 80, IsNullable = true)]
- public string? RkEnd { get; set; }
- /// <summary>鍙戣繍寮€濮?/summary>
- [SugarColumn(ColumnName = "fystarttime", Length = 80, IsNullable = true)]
- public string? FyStartTime { get; set; }
- /// <summary>鍙戣繍缁撴潫</summary>
- [SugarColumn(ColumnName = "fyendtime", Length = 80, IsNullable = true)]
- public string? FyEndTime { get; set; }
- /// <summary>鎺掑簭</summary>
- [SugarColumn(ColumnName = "levelnum", IsNullable = true)]
- public int? LevelNum { get; set; }
- /// <summary>鑳屾櫙鑹?/summary>
- [SugarColumn(ColumnName = "background", Length = 32, IsNullable = true)]
- public string? Background { get; set; }
- /// <summary>绉熸埛ID锛堝绉熸埛闅旂锛?/summary>
- [SugarColumn(ColumnName = "tenant_id", IsNullable = true)]
- public long? TenantId { get; set; }
- }
|