修改作者信息

This commit is contained in:
xuwenbo
2020-05-14 12:36:32 +08:00
parent 7511efbf82
commit ebcd99cf28
149 changed files with 196 additions and 196 deletions

View File

@ -7,7 +7,7 @@ import java.math.BigDecimal;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-13
*/
@Data

View File

@ -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 = "商城:砍价管理")

View File

@ -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 = "商城:秒杀管理")

View File

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

View File

@ -5,7 +5,7 @@ import java.math.BigDecimal;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-13
*/
@Data

View File

@ -5,7 +5,7 @@ import java.util.List;
import co.yixiang.annotation.Query;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-13
*/
@Data

View File

@ -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);
}
}
}

View File

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