Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024
| | |
| | | itemDesc= item.ItemDescription, |
| | | sapItemCode= "", |
| | | WoBatch = item.LotCode, |
| | | batchQty= item.PackQty, |
| | | batchQty= item.PackQty.ToDecimal(), |
| | | qrCode="", |
| | | }; |
| | | temps.Add(temp); |
| | |
| | | /// |
| | | /// </summary> |
| | | public string BinInfo_Code { get; set; } |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public DateTime PROD_DATE { get; set; } |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public string Unit { get; set; } |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public string LotNo { get; set; } |
| | | #endregion |
| | | |
| | | #region 虚拟属性 |
| | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | [SugarColumn(IsPrimaryKey = true)] |
| | | public string ID { get; set; } |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public string ItemCode { get; set; } |
| | | /// <summary> |
| | | /// |