jinpengyong
2023-12-22 bd3048f48358928234a5315f4a080c96e4ee88bd
screen-api/src/main/java/com/moral/api/pojo/query/allocation/AllocationUpdateCond.java
@@ -72,11 +72,16 @@
    private String problemDescribe;
    @ApiModelProperty(value = "状态")
    @NotNull(message = "状态不能为空!")
    private Integer state;
    @ApiModelProperty(value = "基础附件")
    private List<FileVo> fileBaseList;
    @ApiModelProperty(value = "重点任务类型")
    private Integer keyPoint;
    public Allocation convert() {
        Allocation allocation = BeanConverts.convert(this, Allocation.class);
        return allocation;