jiangping
2024-06-20 09da100729793848bc01b51f7b05ca3f1e7ec64f
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;
}