jiangping
2024-06-20 09da100729793848bc01b51f7b05ca3f1e7ec64f
server/service/src/main/java/com/doumee/dao/business/dto/ApplyChangeOptDTO.java
@@ -15,7 +15,7 @@
    @ApiModelProperty(value = "操作说明")
    private String optIllustration;
    @ApiModelProperty(value = "操作类型:3=退回申请;4=平台审批通过;5=审批驳回;6=关闭")
    @ApiModelProperty(value = "操作类型:3=退回申请;4=平台审核通过;5=审核驳回;6=关闭")
    private Integer optType;
}