| | |
| | | /// è¯·æ±æ¶é´ |
| | | /// </summary> |
| | | [JsonProperty("reqTime")] |
| | | public DateTime ReqTime { get; set; } |
| | | public string ReqTime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 订åç¼å· |
| | |
| | | [JsonProperty("business_type")] |
| | | public string BusinessType { get; set; } |
| | | |
| | | [JsonProperty("fromWarehouse")] |
| | | public string fromWarehouse { get; set; } |
| | | |
| | | [JsonProperty("toWarehouse")] |
| | | public string toWarehouse { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦åæ¹ |
| | | /// </summary> |
| | | [JsonProperty("isBatch")] |
| | | public bool IsBatch { get; set; } |
| | | public int IsBatch { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ååºä»£ç |
| | | /// </summary> |
| | | [JsonProperty("factoryArea")] |
| | | public string FactoryArea { get; set; } |
| | | |
| | | [JsonProperty("operator")] |
| | | public string Operator { 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")] |
| | | public string BatchNo { get; set; } |
| | | |
| | | [JsonProperty("supplyCode")] |
| | | public string SupplyCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ°é |
| | |
| | | /// </summary> |
| | | [JsonProperty("unit")] |
| | | public string Unit { get; set; } |
| | | |
| | | public DateTime validDate { get; set; } |
| | | } |
| | | |
| | | |