| | |
| | | using HH.WCS.QingXigongchang.util; |
| | | using SqlSugar; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace HH.WCS.QingXigongchang.wms |
| | | { |
| | |
| | | public int N_LAYER { get; internal set; } |
| | | public string S_ITEM_CODE { get; internal set; } |
| | | public string S_ITEM_NAME { get; internal set; } |
| | | public string S_CJ_NAME { get; set; } |
| | | } |
| | | |
| | | |
| | |
| | | /// 半托1 0.5 半托2。 0.75 满托 1 |
| | | /// </summary> |
| | | public double N_BQ_TRAY_TYPE { get; set; } = 1; |
| | | |
| | | /// <summary> |
| | | /// 厂家 |
| | | /// </summary> |
| | | public string S_CJ_NAME { get; set; } |
| | | |
| | | public int ItemLayer { get; set; } |
| | | [SugarColumn(IsIgnore = true)] |
| | |
| | | public string S_CNTR_STATE { get; set; } |
| | | } |
| | | |
| | | [SuGG("库容表")] |
| | | public class KuRong : BaseModel |
| | | { |
| | | public string StorageLoc { get; set; } |
| | | public int MaxCapacity { get; set; } |
| | | public int FilledCapacity { get; set; } |
| | | public string ProductItem { get; set; } |
| | | public int AvailableCapacity { get; set; } |
| | | public int DesiredCapacity { get; set; } |
| | | public int CRC { get; set; } |
| | | public int RAC { get; set; } |
| | | } |
| | | //均州现场 |
| | | //[SugarTable("dbo.")] |
| | | |
| | |
| | | public string S_END_LAREA { get; set; } |
| | | public string S_START_LOC { get; set; } |
| | | public string S_END_LOC { get; set; } |
| | | public string S_TWO_END_LOC { get; set; } |
| | | public string S_TYPE { get; set; } |
| | | public string S_NOTE { get; set; } |
| | | public string S_SRC_SYS { get; set; } |