2026-08-06 c5f7b157db3ea552e32aa3169cfa3e30f40d8734
yudao-module-aftersales/src/main/java/cn/iocoder/yudao/module/aftersales/controller/admin/ticket/vo/ticket/AfterSaleTicketSaveReqVO.java
@@ -53,6 +53,9 @@
    @Schema(description = "备注", example = "客户要求尽快处理")
    private String remark;
    @Schema(description = "附件 blobId 列表", example = "[1, 2, 3]")
    private List<Long> blobIds;
    @Schema(description = "明细行列表")
    private List<Item> items;