| | |
| | | /// <summary> |
| | | /// GT 中间表 |
| | | /// </summary> |
| | | [SugarTable("malt_information")] |
| | | public class MaltInformation |
| | | [SugarTable("matl_information")] |
| | | public class MatlInformation |
| | | { |
| | | public string item { get; set; } // 产品材料的物品代码(从条形码数字左侧起截取前10位) |
| | | public string bc_entried { get; set; } // 产品材料的条形码编号 |
| | |
| | | public string bom3 { get; set; } |
| | | public string fovrage { get; set; } // 是否过期 是否过期(null 或 空 默认 否) Y/N |
| | | public string jdge { get; set; } // 质检状态 |
| | | public DateTime last_modify_time { get; set; } // 最后修改时间 |
| | | public string last_modify_time { get; set; } // 最后修改时间 |
| | | } |
| | | } |