|
|
@ -6,6 +6,7 @@ import lombok.Data; |
|
|
|
import lombok.NoArgsConstructor; |
|
|
|
|
|
|
|
import javax.validation.constraints.NotBlank; |
|
|
|
import javax.validation.constraints.NotEmpty; |
|
|
|
import java.io.Serializable; |
|
|
|
|
|
|
|
@Data |
|
|
@ -18,11 +19,13 @@ public class PartyUnitListbriefFormDTO implements Serializable { |
|
|
|
/** |
|
|
|
* 页码 |
|
|
|
*/ |
|
|
|
@NotEmpty |
|
|
|
private Integer pageNo; |
|
|
|
|
|
|
|
/** |
|
|
|
* 每页记录数 |
|
|
|
*/ |
|
|
|
@NotEmpty |
|
|
|
private Integer pageSize; |
|
|
|
|
|
|
|
/** |
|
|
|