liu
昨天 46287520465b5664a1ddb0256537857cfd1cfc15
yudao-module-aftersales/src/main/java/cn/iocoder/yudao/module/aftersales/controller/admin/ticket/vo/ticket/AfterSaleTicketSaveReqVO.java
@@ -38,6 +38,9 @@
    @Schema(description = "合同编号", example = "1")
    private Long contractId;
    @Schema(description = "处理人用户编号(可选,仅草稿态有效;处理人分配建议走 assign 接口)", example = "2")
    private Long handlerUserId;
    @Schema(description = "问题类型: 1-一般问题 2-维修问题 3-退货问题", example = "1")
    private Integer issueType;
@@ -53,6 +56,9 @@
    @Schema(description = "备注", example = "客户要求尽快处理")
    private String remark;
    @Schema(description = "附件 blobId 列表", example = "[1, 2, 3]")
    private List<Long> blobIds;
    @Schema(description = "明细行列表")
    private List<Item> items;