| ÎļþÃû´Ó Entites/DbModels/VOrdrerBycl.cs ÐÞ¸Ä |
| | |
| | | /// æ°æ®æºå¯¼å
¥ |
| | | /// </summary> |
| | | [SugarTable("V_ORDER_BYCL")] |
| | | public class VOrdrerBycl |
| | | public class VOrderBycl |
| | | { |
| | | /// <summary> |
| | | /// </summary> |
| | |
| | | [SugarColumn(ColumnName = "PROC_NAME")] |
| | | public string? ProcName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æå卿ï¼sï¼ |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "CUTTERING_CYC")] |
| | | public string? cutteringCyc { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç©æç¼ç |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "ITEM_NO")] |
| | | public string? itemNo { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public decimal? wjQty { get; set; } |
| | | [SugarColumn(IsIgnore = true)] public string? finalResult { get; set; } |
| | | } |