| | |
| | | /// <summary> |
| | | /// åºåº |
| | | /// </summary> |
| | | [JsonPropertyName("warehouse")] |
| | | public string Warehouse { get; set; } |
| | | |
| | | public string warehouse { get; set; } |
| | | /// <summary> |
| | | /// æºå°ç¼å· |
| | | /// </summary> |
| | | [JsonPropertyName("workCenter")] |
| | | public string WorkCenter { get; set; } |
| | | |
| | | public string workCenter { get; set; } |
| | | /// <summary> |
| | | /// åºä½ç¼ç |
| | | /// </summary> |
| | | [JsonPropertyName("locationNum")] |
| | | public string LocationNum { get; set; } |
| | | |
| | | public string locationNum { get; set; } |
| | | /// <summary> |
| | | /// åºä½ç±»å |
| | | /// </summary> |
| | | [JsonPropertyName("type")] |
| | | public string Type { get; set; } |
| | | |
| | | public string type { get; set; } |
| | | /// <summary> |
| | | /// è´§ä½ç¶æ |
| | | /// </summary> |
| | | [JsonPropertyName("lockState")] |
| | | public string LockState { get; set; } |
| | | |
| | | public string lockState { get; set; } |
| | | } |
| | | |
| | | |