| | |
| | | public DateTime CREATION_DATE { get; set; } //创建日期 |
| | | public string RECEIVE_FLAG { get; set; } //记录状态 PENDING:默认 COMPLETE:读取 |
| | | public DateTime RECEIVE_DATE { get; set; } //读取日期 |
| | | |
| | | |
| | | |
| | | |
| | | /* public int ID { get; set; } //主键 |
| | | public string Material_Code { get; set; } //物料编码 |
| | | public string lot_name { get; set; } //批次条码 |
| | | public string QC_Status { get; set; } //状态 |
| | | public string Unit { get; set; } //单位 |
| | | public string QTY { get; set; } //数量 |
| | | public string ShelfLife_Date { get; set; } //最长停放日期 会变更 |
| | | public string MinShelfLife_Date { get; set; } //最小停放日期 会变更 |
| | | public DateTime creation_date { get; set; } //创建日期 |
| | | public string receive_flag { get; set; } //记录状态 PENDING:默认 COMPLETE:读取 |
| | | public DateTime receive_date { get; set; } //读取日期*/ |
| | | } |
| | | } |