nidapeng
2024-03-20 c9f07c1f79e7ea9eb00925975d3ae2c9e8dcbd25
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;
}