| | |
| | | import lombok.experimental.Accessors; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | @Accessors(chain = true) |
| | | @ApiModel(value="AllocationExtension - 分页查询对象", description="AllocationExtension - 分页查询对象") |
| | | public class AllocationExtensionPageCond implements Serializable{ |
| | | |
| | | @ApiModelProperty(value = "单号") |
| | | private String allocationNum; |
| | | |
| | | @ApiModelProperty(value = "责任单位id") |
| | | private Integer unitId; |
| | |
| | | |
| | | @ApiModelProperty(value = "分页参数") |
| | | private PageCond page; |
| | | |
| | | @ApiModelProperty(value = "责任单位list") |
| | | private List<Integer> unitList; |
| | | } |