3 天以前 83e1b4d0e661f11a407fd6ea86e906b9b87b7180
yudao-module-aftersales/src/main/java/cn/iocoder/yudao/module/aftersales/controller/admin/ticket/vo/ticket/AfterSaleTicketSaveReqVO.java
@@ -38,9 +38,18 @@
    @Schema(description = "合同编号", example = "1")
    private Long contractId;
    @Schema(description = "问题类型: 1-一般问题 2-维修问题 3-退货问题", example = "1")
    private Integer issueType;
    @Schema(description = "问题分类", example = "外观缺陷")
    private String issueCategory;
    @Schema(description = "问题描述", example = "收到货后发现产品表面有划痕")
    private String issueDescription;
    @Schema(description = "严重程度: 0-轻微 1-一般 2-严重 3-致命", example = "1")
    private Integer severityLevel;
    @Schema(description = "备注", example = "客户要求尽快处理")
    private String remark;