screen-api/src/main/java/com/moral/api/pojo/query/allocation/AllocationCheckCond.java
@@ -26,7 +26,7 @@ @EqualsAndHashCode(callSuper = false) @Accessors(chain = true) @ApiModel(value="Allocation - 更新考核对象", description="Allocation - 更新考核对象") public class AllocationCheckCond implements Serializable { public class AllocationCheckCond implements Serializable { @ApiModelProperty(value = "主键id") @NotNull(message = "主键id不能为空!") @@ -40,7 +40,7 @@ private String checkDescribe; @ApiModelProperty(value = "状态") @NotEmpty(message = "状态不能为空!") @NotNull(message = "状态不能为空!") private Integer state; @ApiModelProperty(value = "审批附件")