huminmin
4 天以前 5bbf6b97525dd92c81fe91447953e7819f8a4e18
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;