| | |
| | | //bagNumber = timeReq.bagNumber_1+","+timeReq.bagNumber_2, |
| | | needWeight = timeReq.needWeight_1 / 100, |
| | | realWeight = timeReq.realWeight_1 / 100, |
| | | totalWeight = timeReq.totalWeight, |
| | | totalWeight = timeReq.totalWeight / 100, |
| | | batchNumber = timeReq.batchNumber, |
| | | productModel = timeReq.productModel, |
| | | bagNumber_1 = timeReq.bagNumber_1, |
| | |
| | | /// <summary> |
| | | /// 时间戳 |
| | | /// </summary> |
| | | public int timeStamp { get; set; } |
| | | public int timeStamp { get; set; } |
| | | /// <summary> |
| | | /// 时间戳 |
| | | /// </summary> |
| | | public string timeStampMES { get; set; } |
| | | /// <summary> |
| | | /// 照片url |
| | | /// </summary> |