|
|
@@ -1,5 +1,6 @@ |
|
|
|
package cn.com.taiji.managew.dto.product.agreement; |
|
|
|
|
|
|
|
import cn.com.taiji.core.dto.AbstractStaffBizPageRequestDTO; |
|
|
|
import cn.com.taiji.core.dto.AbstractStaffBizRequestDTO; |
|
|
|
import io.swagger.annotations.ApiModel; |
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
@@ -14,7 +15,7 @@ import javax.validation.constraints.NotBlank; |
|
|
|
*/ |
|
|
|
@ApiModel(description = "协议管理列表请求参数") |
|
|
|
@Data |
|
|
|
public class AgreementListReqDTO extends AbstractStaffBizRequestDTO { |
|
|
|
public class AgreementListReqDTO extends AbstractStaffBizPageRequestDTO { |
|
|
|
|
|
|
|
@ApiModelProperty(value = "产品编号") |
|
|
|
@NotBlank |