| | |
| | | [JsonProperty("business_type")] |
| | | public string BusinessType { get; set; } |
| | | |
| | | [JsonProperty("fromWarehouse")] |
| | | public string fromWarehouse { get; set; } |
| | | |
| | | [JsonProperty("toWarehouse")] |
| | | public string toWarehouse { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | public List<BarcodeInfo>? Barcodes { get; set; } |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æ¡ç ä¿¡æ¯ |
| | | /// </summary> |
| | |
| | | public string Barcode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ç®±æ¡ç |
| | | /// </summary> |
| | | [JsonProperty("boxSN")] |
| | | public string BoxSN { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¹æ¬¡å· |
| | | /// </summary> |
| | | [JsonProperty("batchNo")] |