jiangping
2024-01-25 8fa7cb630556f3670f8ea7b520e1c4858f5418ed
server/service/src/main/java/com/doumee/dao/business/dto/InsuranceApplyOptDTO.java
@@ -17,4 +17,7 @@
    @ApiModelProperty(value = "操作说明")
    private String optIllustration;
    @ApiModelProperty(value = "操作类型:1=申请退回;2=关闭")
    private Integer optType;
}