| | |
| | | /// <summary> |
| | | /// 物料编码 |
| | | /// </summary> |
| | | |
| | | [JsonProperty("s_item_code")] |
| | | public string ItemCode { get; set; } |
| | | ///// <summary> |
| | | ///// 物料名称 |
| | | ///// </summary> |
| | | // |
| | | //[JsonProperty("item_name")] |
| | | //public string ItemName { get; set; } |
| | | /// <summary> |
| | | /// 批次号 |
| | | /// </summary> |
| | | |
| | | [JsonProperty("s_batch_no")] |
| | | [JsonProperty("s_batch")] |
| | | public string BatchNo { get; set; } |
| | | /// <summary> |
| | | /// 物料规格 |
| | |
| | | [JsonProperty("n_num")] |
| | | public int Qty { get; set; } |
| | | /// <summary> |
| | | /// 货位信息 |
| | | /// 起点货位信息 |
| | | /// </summary> |
| | | [JsonProperty("s_start_loc")] |
| | | public string StartLoc { get; set; } |
| | |
| | | /// 容器类型 |
| | | /// </summary> |
| | | [JsonProperty("cntr_type")] |
| | | public string CnteType { get; set; } |
| | | public string CntrType { get; set; } |
| | | /// <summary> |
| | | /// 终点库区编码 |
| | | /// </summary> |
| | | [JsonProperty("end_area")] |
| | | public string EndArea { get; set; } |
| | | /// <summary> |
| | | /// 起点货位 |
| | | /// </summary> |
| | | [JsonProperty("start_loc")] |
| | | public string StartLoc { get; set; } |
| | | } |
| | | |
| | | public class EmptyInboundDetailInfo : StartCntInfo { } |
| | |
| | | [JsonProperty("end_area")] |
| | | public string EndArea { get; set; } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 抽检-合格回库(PDA) 数据类 |
| | | /// </summary> |
| | | public class QualifiedBackInfo { |
| | | /// <summary> |
| | | /// 物料编码 |
| | |
| | | /// <summary> |
| | | /// 物料编码 |
| | | /// </summary> |
| | | |
| | | [JsonProperty("item_code")] |
| | | public string ItemCode { get; set; } |
| | | ///// <summary> |
| | | ///// 物料名称 |
| | | ///// </summary> |
| | | // |
| | | //[JsonProperty("item_name")] |
| | | //public string ItemName { get; set; } |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 批次号 |
| | | /// </summary> |
| | | |
| | | [JsonProperty("batch_no")] |
| | | public string BatchNo { get; set; } |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 容器类型 |
| | | /// </summary> |
| | | |
| | | [JsonProperty("cntr_type")] |
| | | public string CntrType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 出库终点货区 |
| | | /// </summary> |
| | | |
| | | [JsonProperty("end_area")] |
| | | public string EndArea { get; set; } |
| | | /// <summary> |
| | | /// 是否强制出库 |
| | | /// </summary> |
| | | |
| | | [JsonProperty("force_out")] |
| | | public bool ForcedOut { get; set; } |
| | | } |