cjl
2023-11-30 fc7bf1fdc7153859644d639ffe094d75b04cb9c7
screen-api/src/main/java/com/moral/api/pojo/query/allocationextension/AllocationExtensionPageCond.java
@@ -24,6 +24,9 @@
@ApiModel(value="AllocationExtension - 分页查询对象", description="AllocationExtension - 分页查询对象")
public class AllocationExtensionPageCond implements Serializable{
    @ApiModelProperty(value = "单号")
    private String allocationNum;
    @ApiModelProperty(value = "责任单位id")
    private Integer unitId;