jiangping
2024-02-04 3c2e49d7bcc91268a75689db400d1f1698c0f8b7
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;
}