调整配载、总单

This commit is contained in:
2026-08-22 21:11:12 +08:00
parent 3e265fc71e
commit 79f4c35235
5 changed files with 28 additions and 84 deletions
@@ -52,4 +52,7 @@ public class BusinessRemoveResultVO implements Serializable {
@Schema(description = "跳过编号")
private List<String> skippedCodes = new ArrayList<>();
@Schema(description = "跳过原因")
private List<String> skippedReasons = new ArrayList<>();
}