| | |
| | | @ApiModelProperty(value = "单号") |
| | | private String code; |
| | | |
| | | @ApiModelProperty(value = "方案名称") |
| | | private String solutionName; |
| | | |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | @ApiModelProperty(value = "提交日期开始") |
| | |
| | | |
| | | @ApiModelProperty(value = "状态 0待审核 1待出单 2保障中 3已过期 4已撤回 5退回申请中 6已关闭", example = "1") |
| | | private Integer statusCollect; |
| | | |
| | | |
| | | @ApiModelProperty(value = "生效中 0=是") |
| | | private Integer isEffective; |
| | | @ApiModelProperty(value = "合并单编码") |
| | | private Integer unionApplyId; |
| | | @ApiModelProperty(value = "是否获取附件信息 0不需要 1需要") |
| | | private Integer getFiles; |
| | | } |