fix conveyor

This commit is contained in:
lwj
2025-05-29 12:16:31 +09:00
parent 2bf35a123f
commit 668fa9385a

View File

@@ -438,7 +438,7 @@ public class ConveyorStartedData
public List<InputQueue>? InputQueues { get; set; }
[JsonProperty("input_stores")]
public List<InputQueue>? InputStores { get; set; }
public List<InputStore>? InputStores { get; set; }
[JsonProperty("output_queue")]
public string? OutputQueue { get; set; }