server/service/src/main/java/com/doumee/dao/business/dto/InsuranceApplyQueryDTO.java
@@ -22,6 +22,8 @@ @ApiModelProperty(value = "方案编码(关联solutions)", example = "1") private Integer solutionId; @ApiModelProperty(value = "方案类型 0直保 1委托保", example = "1") private Integer solutionType; @ApiModelProperty(value = "企业编码 ", example = "1") private Integer companyId; @ApiModelProperty(value = "基表方案编码 ", example = "1") @@ -74,4 +76,8 @@ @ApiModelProperty(value = "状态 0待审核 1待出单 2保障中 3已过期 4已撤回 5退回申请中 6已关闭", example = "1") private Integer statusCollect; @ApiModelProperty(value = "生效中 0=是") private Integer isEffective; }