修改作者信息

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

@ -20,7 +20,7 @@ import java.util.Date;
* 商品秒杀产品表
* </p>
*
* @author xuwenbo
* @author hupeng
* @since 2019-12-14
*/
@Data

View File

@ -20,7 +20,7 @@ import java.util.List;
* 商品秒杀产品表 Mapper 接口
* </p>
*
* @author xuwenbo
* @author hupeng
* @since 2019-12-14
*/
@Repository

View File

@ -23,7 +23,7 @@ import java.util.List;
* 商品秒杀产品表 服务类
* </p>
*
* @author xuwenbo
* @author hupeng
* @since 2019-12-14
*/
public interface YxStoreSeckillService extends BaseService<YxStoreSeckill> {

View File

@ -11,7 +11,7 @@ import co.yixiang.common.web.param.QueryParam;
* 商品秒杀产品表 查询参数对象
* </p>
*
* @author xuwenbo
* @author hupeng
* @date 2019-12-14
*/
@Data

View File

@ -16,7 +16,7 @@ import java.util.List;
* 商品秒杀产品表 查询结果对象
* </p>
*
* @author xuwenbo
* @author hupeng
* @date 2019-12-14
*/
@Data
@ -116,4 +116,4 @@ public class YxStoreSeckillQueryVo implements Serializable{
}
}

View File

@ -13,7 +13,7 @@ import lombok.EqualsAndHashCode;
* 微信模板
* </p>
*
* @author xuwenbo
* @author hupeng
* @since 2019-12-10
*/
@Data

View File

@ -16,7 +16,7 @@ import java.io.Serializable;
* 微信模板 Mapper 接口
* </p>
*
* @author xuwenbo
* @author hupeng
* @since 2019-12-10
*/
@Repository

View File

@ -21,7 +21,7 @@ import java.io.Serializable;
* 微信模板 服务类
* </p>
*
* @author xuwenbo
* @author hupeng
* @since 2019-12-10
*/
public interface YxWechatTemplateService extends BaseService<YxWechatTemplate> {

View File

@ -31,7 +31,7 @@ import java.io.Serializable;
* 微信模板 服务实现类
* </p>
*
* @author xuwenbo
* @author hupeng
* @since 2019-12-10
*/
@Slf4j

View File

@ -10,7 +10,7 @@ import lombok.EqualsAndHashCode;
* 微信模板 查询参数对象
* </p>
*
* @author xuwenbo
* @author hupeng
* @date 2019-12-10
*/
@Data

View File

@ -11,7 +11,7 @@ import java.io.Serializable;
* 微信模板 查询结果对象
* </p>
*
* @author xuwenbo
* @author hupeng
* @date 2019-12-10
*/
@Data
@ -40,4 +40,4 @@ public class YxWechatTemplateQueryVo implements Serializable {
@ApiModelProperty(value = "状态")
private Integer status;
}
}