修改作者信息
This commit is contained in:
@ -24,7 +24,7 @@ import java.io.IOException;
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2019-12-10
|
||||
*/
|
||||
@Api(tags = "商城:微信模板管理")
|
||||
|
@ -10,7 +10,7 @@ import javax.validation.constraints.*;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Entity
|
||||
|
@ -8,7 +8,7 @@ import javax.validation.constraints.*;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Entity
|
||||
|
@ -10,7 +10,7 @@ import javax.validation.constraints.*;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Entity
|
||||
|
@ -10,7 +10,7 @@ import javax.validation.constraints.*;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Entity
|
||||
|
@ -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>{
|
||||
|
@ -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>{
|
||||
|
@ -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>{
|
||||
|
@ -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>{
|
||||
|
@ -4,7 +4,7 @@ import lombok.Data;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Data
|
||||
|
@ -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{
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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{
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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{
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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{
|
||||
}
|
||||
}
|
||||
|
@ -46,7 +46,7 @@ import java.util.ArrayList;
|
||||
import java.util.LinkedHashMap;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Slf4j
|
||||
|
@ -26,7 +26,7 @@ import java.io.IOException;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Service
|
||||
|
@ -27,7 +27,7 @@ import java.io.IOException;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Service
|
||||
|
@ -29,7 +29,7 @@ import java.util.ArrayList;
|
||||
import java.util.LinkedHashMap;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Service
|
||||
|
@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Repository
|
||||
|
@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Repository
|
||||
|
@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Repository
|
||||
|
@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
/**
|
||||
* @author xuwenbo
|
||||
* @author hupeng
|
||||
* @date 2020-05-12
|
||||
*/
|
||||
@Repository
|
||||
|
Reference in New Issue
Block a user