Merge branch 'merge/250529' into websetting

This commit is contained in:
2025-05-29 12:19:28 +09:00

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; }