chenchaod 1 месяц назад
Родитель
Сommit
a7fe95a348

+ 2
- 1
zhywpt-app-managew/src/main/java/cn/com/taiji/managew/dto/product/agreement/AgreementListReqDTO.java Просмотреть файл

@@ -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

+ 0
- 1
zhywpt-app-managew/src/main/java/cn/com/taiji/managew/manager/equity/CouponManagerImpl.java Просмотреть файл

@@ -24,7 +24,6 @@ import cn.hutool.core.collection.CollectionUtil;
import com.alibaba.excel.EasyExcel;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;

import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;

Загрузка…
Отмена
Сохранить