修改作者信息

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

@ -24,7 +24,7 @@ import java.io.IOException;
import java.util.Arrays;
/**
* @author xuwenbo
* @author hupeng
* @date 2019-12-10
*/
@Api(tags = "商城:微信模板管理")

View File

@ -10,7 +10,7 @@ import javax.validation.constraints.*;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Entity

View File

@ -8,7 +8,7 @@ import javax.validation.constraints.*;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Entity

View File

@ -10,7 +10,7 @@ import javax.validation.constraints.*;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Entity

View File

@ -10,7 +10,7 @@ import javax.validation.constraints.*;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Entity

View File

@ -11,7 +11,7 @@ import java.io.IOException;
import javax.servlet.http.HttpServletResponse;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
public interface YxArticleService extends BaseService<YxArticle>{

View File

@ -10,7 +10,7 @@ import java.io.IOException;
import javax.servlet.http.HttpServletResponse;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
public interface YxWechatMenuService extends BaseService<YxWechatMenu>{

View File

@ -10,7 +10,7 @@ import java.io.IOException;
import javax.servlet.http.HttpServletResponse;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
public interface YxWechatReplyService extends BaseService<YxWechatReply>{

View File

@ -10,7 +10,7 @@ import java.io.IOException;
import javax.servlet.http.HttpServletResponse;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
public interface YxWechatTemplateService extends BaseService<YxWechatTemplate>{

View File

@ -4,7 +4,7 @@ import lombok.Data;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Data

View File

@ -5,9 +5,9 @@ import java.util.List;
import co.yixiang.annotation.Query;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Data
public class YxArticleQueryCriteria{
}
}

View File

@ -4,7 +4,7 @@ import lombok.Data;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Data
@ -17,4 +17,4 @@ public class YxWechatMenuDto implements Serializable {
/** 缓存时间 */
private Integer addTime;
}
}

View File

@ -5,9 +5,9 @@ import java.util.List;
import co.yixiang.annotation.Query;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Data
public class YxWechatMenuQueryCriteria{
}
}

View File

@ -4,7 +4,7 @@ import lombok.Data;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Data
@ -27,4 +27,4 @@ public class YxWechatReplyDto implements Serializable {
/** 是否隐藏 */
private Integer hide;
}
}

View File

@ -5,9 +5,9 @@ import java.util.List;
import co.yixiang.annotation.Query;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Data
public class YxWechatReplyQueryCriteria{
}
}

View File

@ -4,7 +4,7 @@ import lombok.Data;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Data
@ -30,4 +30,4 @@ public class YxWechatTemplateDto implements Serializable {
/** 状态 */
private Integer status;
}
}

View File

@ -5,9 +5,9 @@ import java.util.List;
import co.yixiang.annotation.Query;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Data
public class YxWechatTemplateQueryCriteria{
}
}

View File

@ -46,7 +46,7 @@ import java.util.ArrayList;
import java.util.LinkedHashMap;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Slf4j

View File

@ -26,7 +26,7 @@ import java.io.IOException;
import javax.servlet.http.HttpServletResponse;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Service

View File

@ -27,7 +27,7 @@ import java.io.IOException;
import javax.servlet.http.HttpServletResponse;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Service

View File

@ -29,7 +29,7 @@ import java.util.ArrayList;
import java.util.LinkedHashMap;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Service

View File

@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Repository

View File

@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Repository

View File

@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Repository

View File

@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Repository