| | |
| | | /// 1:合格 2:不合格 |
| | | /// </summary> |
| | | public int N_ITEM_STATE { get; set; } |
| | | public int S_CK { get; set; } |
| | | //public int S_CK { get; set; } |
| | | |
| | | public string S_BATCH_NO { get; set; } |
| | | public string S_END_USER { get; set; } = ""; |
| | | public string S_OWNER { get; set; } |
| | | public string S_SUPPLIER_NO { get; set; } |
| | | public string S_PACK_TYPE { get; set; } |
| | | public float F_PACK_QTY { get; set; } |
| | | //public string S_PACK_TYPE { get; set; } |
| | | //public float F_PACK_QTY { get; set; } |
| | | public float F_QTY { get; set; } |
| | | public string S_UOM { get; set; } = "kg"; |
| | | public string S_CNTR_CODE { get; set; } |
| | | public string S_BS_TYPE { get; set; } = ""; |
| | | public string S_BS_NO { get; set; } = ""; |
| | | |
| | | public string S_ITEM_ROUTE { get; set; } = ""; |
| | | //public string S_ITEM_ROUTE { get; set; } = ""; |
| | | public float F_NET_WEIGHT { get; set; } |
| | | public float F_GROSS_WEIGHT { get; set; } |
| | | public string S_WU { get; set; } = "kg"; |
| | |
| | | /// </summary> |
| | | public float F_ALLOC_QTY { get; set; } |
| | | public string C_ITEM_MERGE { get; set; } = "N"; |
| | | public string S_PUTAWAY_NO { get; set; } |
| | | //public string S_PUTAWAY_NO { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 反向映射 |