| | |
| | | /// </summary> |
| | | [JsonProperty("batchNo")] |
| | | public string BatchNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 执行标准 |
| | | /// </summary> |
| | | [JsonProperty("standard")] |
| | | public string Standard { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 净含量 |
| | | /// </summary> |
| | | [JsonProperty("netWeight")] |
| | | public string NetWeight { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 质量等级 |
| | | /// </summary> |
| | | [JsonProperty("qualityGrade")] |
| | | public string QualityGrade { get; set; } |
| | | /// <summary> |
| | | /// 料箱编号(待定) |
| | | /// </summary> |
| | | [JsonProperty("cntrCode")] |
| | | public string CntrCode { get; set; } |
| | | ///// <summary> |
| | | ///// 产线号(待定,好运箱有2条产线,对应2个下线货位,这里暂定为:3和4) |
| | | ///// </summary> |
| | | //[JsonProperty("prodLineId")] |
| | | //public string ProdLineId { get; set; } |
| | | } |
| | | |
| | | /// <summary> |