| | |
| | | /// <summary> |
| | | /// 货品 ID |
| | | /// </summary> |
| | | public string S_CG_ID { get; set; } |
| | | public string S_CG_ID { get; set; } = ""; |
| | | |
| | | public string S_CAR_CODE { get; set; }//车号 |
| | | public string S_CNTR_CODE { get; set; } = "";//容器编码 |
| | | |
| | | public string S_CNTR_CODE { get; set; }//容器编码 |
| | | public string S_ITEM_CODE { get; set; } = "";//货品编码 |
| | | |
| | | public string S_ITEM_CODE { get; set; }//货品编码 |
| | | |
| | | public string S_ITEM_SPEC { get; set; }//货品规格 |
| | | public string S_ITEM_SPEC { get; set; } = "";//货品规格 |
| | | |
| | | /// <summary> |
| | | /// 货品状态:0合格 1待检 2不合格 3正在检验;下线即待检 |
| | | /// </summary> |
| | | public string S_ITEM_STATE { get; set; } |
| | | public string S_ITEM_STATE { get; set; } = "待检"; |
| | | |
| | | /// <summary> |
| | | /// 货品状态_字典:0合格 1待检 2不合格 3正在检验;下线即待检 |
| | | /// </summary> |
| | | public int N_ITEM_STATE { get; set; } |
| | | public int N_ITEM_STATE { get; set; } = 1; |
| | | |
| | | public string S_BATCH_NO { get; set; }//批次号 |
| | | public string S_BATCH_NO { get; set; } = ""; //批次号 |
| | | |
| | | public float F_QTY { get; set; }//数量 |
| | | /// <summary> |
| | | /// 数量:这里当做重量 |
| | | /// </summary> |
| | | public float F_QTY { get; set; } = 0f; |
| | | |
| | | public string S_SPE { get; set; }//规格 |
| | | |
| | | /// <summary> |
| | | /// 图片链接 |
| | | /// </summary> |
| | | public string S_IMG_URL { get; set; } |
| | | |
| | | |
| | | public string S_IMG_URL { get; set; } = ""; |
| | | } |
| | | } |