修改作者信息
This commit is contained in:
@ -7,7 +7,7 @@ import java.math.BigDecimal;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-13
|
||||
*/
|
||||
@Data
|
||||
|
@ -16,7 +16,7 @@ import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2019-12-22
|
||||
*/
|
||||
@Api(tags = "商城:砍价管理")
|
||||
|
@ -18,7 +18,7 @@ import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2019-12-14
|
||||
*/
|
||||
@Api(tags = "商城:秒杀管理")
|
||||
|
@ -10,7 +10,7 @@ import java.io.IOException;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-13
|
||||
*/
|
||||
public interface YxStoreCouponService extends BaseService<YxStoreCoupon>{
|
||||
@ -37,4 +37,4 @@ public interface YxStoreCouponService extends BaseService<YxStoreCoupon>{
|
||||
* @throws IOException /
|
||||
*/
|
||||
void download(List<YxStoreCouponDto> all, HttpServletResponse response) throws IOException;
|
||||
}
|
||||
}
|
||||
|
@ -5,7 +5,7 @@ import java.math.BigDecimal;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-13
|
||||
*/
|
||||
@Data
|
||||
|
@ -5,7 +5,7 @@ import java.util.List;
|
||||
import co.yixiang.annotation.Query;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-13
|
||||
*/
|
||||
@Data
|
||||
|
@ -32,7 +32,7 @@ import java.util.ArrayList;
|
||||
import java.util.LinkedHashMap;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-13
|
||||
*/
|
||||
@Service
|
||||
@ -80,4 +80,4 @@ public class YxStoreCouponServiceImpl extends BaseServiceImpl<YxStoreCouponMappe
|
||||
}
|
||||
FileUtil.downloadExcel(list, response);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -6,11 +6,11 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-13
|
||||
*/
|
||||
@Repository
|
||||
@Mapper
|
||||
public interface YxStoreCouponMapper extends CoreMapper<YxStoreCoupon> {
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user