jinpengyong
2023-12-22 bd3048f48358928234a5315f4a080c96e4ee88bd
screen-api/src/main/java/com/moral/api/pojo/query/allocationextension/AllocationExtensionPageCond.java
@@ -8,6 +8,7 @@
import lombok.experimental.Accessors;
import java.io.Serializable;
import java.util.List;
/**
 * <p>
@@ -22,6 +23,9 @@
@Accessors(chain = true)
@ApiModel(value="AllocationExtension - 分页查询对象", description="AllocationExtension - 分页查询对象")
public class AllocationExtensionPageCond implements Serializable{
    @ApiModelProperty(value = "单号")
    private String allocationNum;
    @ApiModelProperty(value = "责任单位id")
    private Integer unitId;
@@ -46,4 +50,7 @@
    @ApiModelProperty(value = "分页参数")
    private PageCond page;
    @ApiModelProperty(value = "责任单位list")
    private List<Integer> unitList;
}