diff --git a/src/main/java/com/peanut/modules/common/dao/CoursePsycheDao.java b/src/main/java/com/peanut/modules/common/dao/CoursePsycheDao.java new file mode 100644 index 00000000..2ca802b4 --- /dev/null +++ b/src/main/java/com/peanut/modules/common/dao/CoursePsycheDao.java @@ -0,0 +1,9 @@ +package com.peanut.modules.common.dao; + +import com.github.yulichang.base.MPJBaseMapper; +import com.peanut.modules.common.entity.CoursePsyche; +import org.apache.ibatis.annotations.Mapper; + +@Mapper +public interface CoursePsycheDao extends MPJBaseMapper { +} \ No newline at end of file diff --git a/src/main/java/com/peanut/modules/common/dao/CoursePsycheMarketDao.java b/src/main/java/com/peanut/modules/common/dao/CoursePsycheMarketDao.java new file mode 100644 index 00000000..3dddd74f --- /dev/null +++ b/src/main/java/com/peanut/modules/common/dao/CoursePsycheMarketDao.java @@ -0,0 +1,9 @@ +package com.peanut.modules.common.dao; + +import com.github.yulichang.base.MPJBaseMapper; +import com.peanut.modules.common.entity.CoursePsycheMarket; +import org.apache.ibatis.annotations.Mapper; + +@Mapper +public interface CoursePsycheMarketDao extends MPJBaseMapper { +} \ No newline at end of file diff --git a/src/main/java/com/peanut/modules/common/dao/CourseToPsycheDao.java b/src/main/java/com/peanut/modules/common/dao/CourseToPsycheDao.java new file mode 100644 index 00000000..6370c3e2 --- /dev/null +++ b/src/main/java/com/peanut/modules/common/dao/CourseToPsycheDao.java @@ -0,0 +1,9 @@ +package com.peanut.modules.common.dao; + +import com.github.yulichang.base.MPJBaseMapper; +import com.peanut.modules.common.entity.CourseToPsyche; +import org.apache.ibatis.annotations.Mapper; + +@Mapper +public interface CourseToPsycheDao extends MPJBaseMapper { +} \ No newline at end of file diff --git a/src/main/java/com/peanut/modules/common/dao/CourseToPsycheMarketDao.java b/src/main/java/com/peanut/modules/common/dao/CourseToPsycheMarketDao.java new file mode 100644 index 00000000..6e2c3fe2 --- /dev/null +++ b/src/main/java/com/peanut/modules/common/dao/CourseToPsycheMarketDao.java @@ -0,0 +1,9 @@ +package com.peanut.modules.common.dao; + +import com.github.yulichang.base.MPJBaseMapper; +import com.peanut.modules.common.entity.CourseToPsycheMarket; +import org.apache.ibatis.annotations.Mapper; + +@Mapper +public interface CourseToPsycheMarketDao extends MPJBaseMapper { +} \ No newline at end of file diff --git a/src/main/java/com/peanut/modules/common/dao/ShopProductPsycheLabelDao.java b/src/main/java/com/peanut/modules/common/dao/ShopProductPsycheLabelDao.java new file mode 100644 index 00000000..d91c28e5 --- /dev/null +++ b/src/main/java/com/peanut/modules/common/dao/ShopProductPsycheLabelDao.java @@ -0,0 +1,9 @@ +package com.peanut.modules.common.dao; + +import com.github.yulichang.base.MPJBaseMapper; +import com.peanut.modules.common.entity.ShopProductPsycheLabel; +import org.apache.ibatis.annotations.Mapper; + +@Mapper +public interface ShopProductPsycheLabelDao extends MPJBaseMapper { +} \ No newline at end of file diff --git a/src/main/java/com/peanut/modules/common/dao/ShopProductPsycheMarketDao.java b/src/main/java/com/peanut/modules/common/dao/ShopProductPsycheMarketDao.java new file mode 100644 index 00000000..92eec9dd --- /dev/null +++ b/src/main/java/com/peanut/modules/common/dao/ShopProductPsycheMarketDao.java @@ -0,0 +1,9 @@ +package com.peanut.modules.common.dao; + +import com.github.yulichang.base.MPJBaseMapper; +import com.peanut.modules.common.entity.ShopProductPsycheMarket; +import org.apache.ibatis.annotations.Mapper; + +@Mapper +public interface ShopProductPsycheMarketDao extends MPJBaseMapper { +} diff --git a/src/main/java/com/peanut/modules/common/dao/ShopProductToPsycheLabelDao.java b/src/main/java/com/peanut/modules/common/dao/ShopProductToPsycheLabelDao.java new file mode 100644 index 00000000..18b69a5d --- /dev/null +++ b/src/main/java/com/peanut/modules/common/dao/ShopProductToPsycheLabelDao.java @@ -0,0 +1,9 @@ +package com.peanut.modules.common.dao; + +import com.github.yulichang.base.MPJBaseMapper; +import com.peanut.modules.common.entity.ShopProductToPsycheLabel; +import org.apache.ibatis.annotations.Mapper; + +@Mapper +public interface ShopProductToPsycheLabelDao extends MPJBaseMapper { +} \ No newline at end of file diff --git a/src/main/java/com/peanut/modules/common/dao/ShopProductToPsycheMarketDao.java b/src/main/java/com/peanut/modules/common/dao/ShopProductToPsycheMarketDao.java new file mode 100644 index 00000000..ba98309f --- /dev/null +++ b/src/main/java/com/peanut/modules/common/dao/ShopProductToPsycheMarketDao.java @@ -0,0 +1,9 @@ +package com.peanut.modules.common.dao; + +import com.github.yulichang.base.MPJBaseMapper; +import com.peanut.modules.common.entity.ShopProductToPsycheMarket; +import org.apache.ibatis.annotations.Mapper; + +@Mapper +public interface ShopProductToPsycheMarketDao extends MPJBaseMapper { +} \ No newline at end of file diff --git a/src/main/java/com/peanut/modules/common/entity/CoursePsyche.java b/src/main/java/com/peanut/modules/common/entity/CoursePsyche.java new file mode 100644 index 00000000..d5eb292d --- /dev/null +++ b/src/main/java/com/peanut/modules/common/entity/CoursePsyche.java @@ -0,0 +1,44 @@ +package com.peanut.modules.common.entity; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableLogic; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.Data; +import java.util.Date; +import java.util.List; + +@Data +@TableName("course_psyche") +public class CoursePsyche { + + @TableId + private Integer id; + + private Integer pid; + + private Integer isLast; + + private String title; + + private Integer sort; + + private String icon; + + private String content; + + private String media; + + //0空1视频2音频 + private Integer mediaType; + + private Date createTime; + + @TableLogic + private Integer delFlag; + + @TableField(exist = false) + private List children; + @TableField(exist = false) + private List courseList; +} \ No newline at end of file diff --git a/src/main/java/com/peanut/modules/common/entity/CoursePsycheMarket.java b/src/main/java/com/peanut/modules/common/entity/CoursePsycheMarket.java new file mode 100644 index 00000000..90d2afb5 --- /dev/null +++ b/src/main/java/com/peanut/modules/common/entity/CoursePsycheMarket.java @@ -0,0 +1,33 @@ +package com.peanut.modules.common.entity; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableLogic; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.Data; +import java.util.Date; +import java.util.List; + + +@Data +@TableName("course_psyche_market") +public class CoursePsycheMarket { + @TableId + private Integer id; + + private Integer pid; + + private Integer isLast; + + private String title; + + private Integer sort; + + private Date createTime; + + @TableLogic + private Integer delFlag; + + @TableField(exist = false) + private List children; +} diff --git a/src/main/java/com/peanut/modules/common/entity/CourseToPsyche.java b/src/main/java/com/peanut/modules/common/entity/CourseToPsyche.java new file mode 100644 index 00000000..338effe5 --- /dev/null +++ b/src/main/java/com/peanut/modules/common/entity/CourseToPsyche.java @@ -0,0 +1,31 @@ +package com.peanut.modules.common.entity; + +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableLogic; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.Data; +import java.util.Date; + +@Data +@TableName("course_to_psyche") +public class CourseToPsyche { + @TableId + private Integer id; + + private Integer courseId; + + private Integer psycheId; + + private Integer sort; + + //0隐藏1初级2高级 + private Integer level; + + //0隐藏1必修2选修 + private Integer selective; + + private Date createTime; + + @TableLogic + private Integer delFlag; +} diff --git a/src/main/java/com/peanut/modules/common/entity/CourseToPsycheMarket.java b/src/main/java/com/peanut/modules/common/entity/CourseToPsycheMarket.java new file mode 100644 index 00000000..4ea92be4 --- /dev/null +++ b/src/main/java/com/peanut/modules/common/entity/CourseToPsycheMarket.java @@ -0,0 +1,35 @@ +package com.peanut.modules.common.entity; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableLogic; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.Data; +import java.util.Date; + + +@Data +@TableName("course_to_psyche_market") +public class CourseToPsycheMarket { + + @TableId + private Integer id; + + private Integer courseId; + + private Integer psycheMarketId; + + private Integer sort; + + private Date createTime; + + @TableLogic + private Integer delFlag; + + @TableField(exist = false) + private CoursePsycheMarket coursePsycheMarket; + + @TableField(exist = false) + private CourseEntity courseEntity; + +} diff --git a/src/main/java/com/peanut/modules/common/entity/ShopProductPsycheLabel.java b/src/main/java/com/peanut/modules/common/entity/ShopProductPsycheLabel.java new file mode 100644 index 00000000..fead9327 --- /dev/null +++ b/src/main/java/com/peanut/modules/common/entity/ShopProductPsycheLabel.java @@ -0,0 +1,53 @@ +package com.peanut.modules.common.entity; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableLogic; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; +import java.util.List; + +@Data +@TableName("shop_product_psyche_label") +public class ShopProductPsycheLabel implements Serializable { + private static final long serialVersionUID = 1L; + + @TableId + private Integer id; + + /** + * 父id + */ + private Integer pid; + + /** + * 标题 + */ + private String title; + + /** + * 0否1是 + */ + private Integer isLast; + + /** + * 权重 + */ + private Integer sort; + + /** + * 创建时间 + */ + private Date createTime; + + @TableLogic + private Integer delFlag; + + @TableField(exist = false) + private List children; + @TableField(exist = false) + private boolean select; + +} diff --git a/src/main/java/com/peanut/modules/common/entity/ShopProductPsycheMarket.java b/src/main/java/com/peanut/modules/common/entity/ShopProductPsycheMarket.java new file mode 100644 index 00000000..0313bf4f --- /dev/null +++ b/src/main/java/com/peanut/modules/common/entity/ShopProductPsycheMarket.java @@ -0,0 +1,53 @@ +package com.peanut.modules.common.entity; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableLogic; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; +import java.util.List; + +@Data +@TableName("shop_product_psyche_market") +public class ShopProductPsycheMarket implements Serializable { + private static final long serialVersionUID = 1L; + + @TableId + private Integer id; + + /** + * 父id + */ + private Integer pid; + + /** + * 标题 + */ + private String title; + + /** + * 0否1是 + */ + private Integer isLast; + + /** + * 权重 + */ + private Integer sort; + + /** + * 创建时间 + */ + private Date createTime; + + @TableLogic + private Integer delFlag; + + @TableField(exist = false) + private List children; + @TableField(exist = false) + private boolean select; + +} \ No newline at end of file diff --git a/src/main/java/com/peanut/modules/common/entity/ShopProductToPsycheLabel.java b/src/main/java/com/peanut/modules/common/entity/ShopProductToPsycheLabel.java new file mode 100644 index 00000000..441d0245 --- /dev/null +++ b/src/main/java/com/peanut/modules/common/entity/ShopProductToPsycheLabel.java @@ -0,0 +1,39 @@ +package com.peanut.modules.common.entity; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableLogic; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +@Data +@TableName("shop_product_to_psyche_label") +public class ShopProductToPsycheLabel implements Serializable { + private static final long serialVersionUID = 1L; + + @TableId + private Integer id; + + private Integer productId; + + private Integer psycheLabelId; + + /** + * 创建时间 + */ + private Date createTime; + + @TableLogic + private Integer delFlag; + + @TableField(exist = false) + private ShopProduct product; + @TableField(exist = false) + private ShopProductPsycheLabel label; + + + + +} diff --git a/src/main/java/com/peanut/modules/common/entity/ShopProductToPsycheMarket.java b/src/main/java/com/peanut/modules/common/entity/ShopProductToPsycheMarket.java new file mode 100644 index 00000000..8022670b --- /dev/null +++ b/src/main/java/com/peanut/modules/common/entity/ShopProductToPsycheMarket.java @@ -0,0 +1,41 @@ +package com.peanut.modules.common.entity; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableLogic; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.Data; +import java.io.Serializable; +import java.util.Date; + +@Data +@TableName("shop_product_to_psyche_market") +public class ShopProductToPsycheMarket implements Serializable { + private static final long serialVersionUID = 1L; + + @TableId + private Integer id; + + private Integer productId; + + private Integer psycheMarketId; + + /** + * 创建时间 + */ + private Date createTime; + + private Integer sort; + + @TableLogic + private Integer delFlag; + + @TableField(exist = false) + private ShopProduct product; + @TableField(exist = false) + private ShopProductPsycheMarket market; + + + + +} diff --git a/src/main/java/com/peanut/modules/common/service/CoursePsycheMarketService.java b/src/main/java/com/peanut/modules/common/service/CoursePsycheMarketService.java new file mode 100644 index 00000000..69763497 --- /dev/null +++ b/src/main/java/com/peanut/modules/common/service/CoursePsycheMarketService.java @@ -0,0 +1,7 @@ +package com.peanut.modules.common.service; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.peanut.modules.common.entity.CoursePsycheMarket; + +public interface CoursePsycheMarketService extends IService { +} diff --git a/src/main/java/com/peanut/modules/common/service/CoursePsycheService.java b/src/main/java/com/peanut/modules/common/service/CoursePsycheService.java new file mode 100644 index 00000000..227f428b --- /dev/null +++ b/src/main/java/com/peanut/modules/common/service/CoursePsycheService.java @@ -0,0 +1,7 @@ +package com.peanut.modules.common.service; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.peanut.modules.common.entity.CoursePsyche; + +public interface CoursePsycheService extends IService { +} diff --git a/src/main/java/com/peanut/modules/common/service/CourseToPsycheMarketService.java b/src/main/java/com/peanut/modules/common/service/CourseToPsycheMarketService.java new file mode 100644 index 00000000..70154bf9 --- /dev/null +++ b/src/main/java/com/peanut/modules/common/service/CourseToPsycheMarketService.java @@ -0,0 +1,7 @@ +package com.peanut.modules.common.service; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.peanut.modules.common.entity.CourseToPsycheMarket; + +public interface CourseToPsycheMarketService extends IService { +} diff --git a/src/main/java/com/peanut/modules/common/service/CourseToPsycheService.java b/src/main/java/com/peanut/modules/common/service/CourseToPsycheService.java new file mode 100644 index 00000000..a921fdbc --- /dev/null +++ b/src/main/java/com/peanut/modules/common/service/CourseToPsycheService.java @@ -0,0 +1,7 @@ +package com.peanut.modules.common.service; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.peanut.modules.common.entity.CourseToPsyche; + +public interface CourseToPsycheService extends IService { +} diff --git a/src/main/java/com/peanut/modules/common/service/ShopProductPsycheLabelService.java b/src/main/java/com/peanut/modules/common/service/ShopProductPsycheLabelService.java new file mode 100644 index 00000000..523142c8 --- /dev/null +++ b/src/main/java/com/peanut/modules/common/service/ShopProductPsycheLabelService.java @@ -0,0 +1,7 @@ +package com.peanut.modules.common.service; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.peanut.modules.common.entity.ShopProductPsycheLabel; + +public interface ShopProductPsycheLabelService extends IService { +} diff --git a/src/main/java/com/peanut/modules/common/service/ShopProductPsycheMarketService.java b/src/main/java/com/peanut/modules/common/service/ShopProductPsycheMarketService.java new file mode 100644 index 00000000..86354e8c --- /dev/null +++ b/src/main/java/com/peanut/modules/common/service/ShopProductPsycheMarketService.java @@ -0,0 +1,7 @@ +package com.peanut.modules.common.service; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.peanut.modules.common.entity.ShopProductPsycheMarket; + +public interface ShopProductPsycheMarketService extends IService { +} diff --git a/src/main/java/com/peanut/modules/common/service/ShopProductToPsycheLabelService.java b/src/main/java/com/peanut/modules/common/service/ShopProductToPsycheLabelService.java new file mode 100644 index 00000000..3a17074c --- /dev/null +++ b/src/main/java/com/peanut/modules/common/service/ShopProductToPsycheLabelService.java @@ -0,0 +1,7 @@ +package com.peanut.modules.common.service; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.peanut.modules.common.entity.ShopProductToPsycheLabel; + +public interface ShopProductToPsycheLabelService extends IService { +} diff --git a/src/main/java/com/peanut/modules/common/service/ShopProductToPsycheMarketService.java b/src/main/java/com/peanut/modules/common/service/ShopProductToPsycheMarketService.java new file mode 100644 index 00000000..7be4a9fa --- /dev/null +++ b/src/main/java/com/peanut/modules/common/service/ShopProductToPsycheMarketService.java @@ -0,0 +1,7 @@ +package com.peanut.modules.common.service; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.peanut.modules.common.entity.ShopProductToPsycheMarket; + +public interface ShopProductToPsycheMarketService extends IService { +} diff --git a/src/main/java/com/peanut/modules/common/service/impl/CoursePsycheMarketServiceImpl.java b/src/main/java/com/peanut/modules/common/service/impl/CoursePsycheMarketServiceImpl.java new file mode 100644 index 00000000..b739529f --- /dev/null +++ b/src/main/java/com/peanut/modules/common/service/impl/CoursePsycheMarketServiceImpl.java @@ -0,0 +1,13 @@ +package com.peanut.modules.common.service.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.peanut.modules.common.dao.CoursePsycheMarketDao; +import com.peanut.modules.common.entity.CoursePsycheMarket; +import com.peanut.modules.common.service.CoursePsycheMarketService; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +@Slf4j +@Service("commonCoursePsycheMarketService") +public class CoursePsycheMarketServiceImpl extends ServiceImpl implements CoursePsycheMarketService { +} \ No newline at end of file diff --git a/src/main/java/com/peanut/modules/common/service/impl/CoursePsycheServiceImpl.java b/src/main/java/com/peanut/modules/common/service/impl/CoursePsycheServiceImpl.java new file mode 100644 index 00000000..3bfc5156 --- /dev/null +++ b/src/main/java/com/peanut/modules/common/service/impl/CoursePsycheServiceImpl.java @@ -0,0 +1,13 @@ +package com.peanut.modules.common.service.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.peanut.modules.common.dao.CoursePsycheDao; +import com.peanut.modules.common.entity.CoursePsyche; +import com.peanut.modules.common.service.CoursePsycheService; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +@Slf4j +@Service("commonCoursePsycheService") +public class CoursePsycheServiceImpl extends ServiceImpl implements CoursePsycheService { +} \ No newline at end of file diff --git a/src/main/java/com/peanut/modules/common/service/impl/CourseToPsycheMarketServiceImpl.java b/src/main/java/com/peanut/modules/common/service/impl/CourseToPsycheMarketServiceImpl.java new file mode 100644 index 00000000..a4c52246 --- /dev/null +++ b/src/main/java/com/peanut/modules/common/service/impl/CourseToPsycheMarketServiceImpl.java @@ -0,0 +1,13 @@ +package com.peanut.modules.common.service.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.peanut.modules.common.dao.CourseToPsycheMarketDao; +import com.peanut.modules.common.entity.CourseToPsycheMarket; +import com.peanut.modules.common.service.CourseToPsycheMarketService; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +@Slf4j +@Service("commonCourseToPsycheMarketService") +public class CourseToPsycheMarketServiceImpl extends ServiceImpl implements CourseToPsycheMarketService { +} \ No newline at end of file diff --git a/src/main/java/com/peanut/modules/common/service/impl/CourseToPsycheServiceImpl.java b/src/main/java/com/peanut/modules/common/service/impl/CourseToPsycheServiceImpl.java new file mode 100644 index 00000000..a5380864 --- /dev/null +++ b/src/main/java/com/peanut/modules/common/service/impl/CourseToPsycheServiceImpl.java @@ -0,0 +1,13 @@ +package com.peanut.modules.common.service.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.peanut.modules.common.dao.CourseToPsycheDao; +import com.peanut.modules.common.entity.CourseToPsyche; +import com.peanut.modules.common.service.CourseToPsycheService; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +@Slf4j +@Service("commonCourseToPsycheService") +public class CourseToPsycheServiceImpl extends ServiceImpl implements CourseToPsycheService { +} \ No newline at end of file diff --git a/src/main/java/com/peanut/modules/common/service/impl/ShopProductPsycheLabelServiceImpl.java b/src/main/java/com/peanut/modules/common/service/impl/ShopProductPsycheLabelServiceImpl.java new file mode 100644 index 00000000..9e9b84cf --- /dev/null +++ b/src/main/java/com/peanut/modules/common/service/impl/ShopProductPsycheLabelServiceImpl.java @@ -0,0 +1,13 @@ +package com.peanut.modules.common.service.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.peanut.modules.common.dao.ShopProductPsycheLabelDao; +import com.peanut.modules.common.entity.ShopProductPsycheLabel; +import com.peanut.modules.common.service.ShopProductPsycheLabelService; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +@Slf4j +@Service("commonShopProductPsycheLabelService") +public class ShopProductPsycheLabelServiceImpl extends ServiceImpl implements ShopProductPsycheLabelService { +} \ No newline at end of file diff --git a/src/main/java/com/peanut/modules/common/service/impl/ShopProductPsycheMarketServiceImpl.java b/src/main/java/com/peanut/modules/common/service/impl/ShopProductPsycheMarketServiceImpl.java new file mode 100644 index 00000000..24db639c --- /dev/null +++ b/src/main/java/com/peanut/modules/common/service/impl/ShopProductPsycheMarketServiceImpl.java @@ -0,0 +1,13 @@ +package com.peanut.modules.common.service.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.peanut.modules.common.dao.ShopProductPsycheMarketDao; +import com.peanut.modules.common.entity.ShopProductPsycheMarket; +import com.peanut.modules.common.service.ShopProductPsycheMarketService; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +@Slf4j +@Service("commonShopProductPsycheMarketService") +public class ShopProductPsycheMarketServiceImpl extends ServiceImpl implements ShopProductPsycheMarketService { +} \ No newline at end of file diff --git a/src/main/java/com/peanut/modules/common/service/impl/ShopProductToPsycheLabelServiceImpl.java b/src/main/java/com/peanut/modules/common/service/impl/ShopProductToPsycheLabelServiceImpl.java new file mode 100644 index 00000000..c8c9bfba --- /dev/null +++ b/src/main/java/com/peanut/modules/common/service/impl/ShopProductToPsycheLabelServiceImpl.java @@ -0,0 +1,13 @@ +package com.peanut.modules.common.service.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.peanut.modules.common.dao.ShopProductToPsycheLabelDao; +import com.peanut.modules.common.entity.ShopProductToPsycheLabel; +import com.peanut.modules.common.service.ShopProductToPsycheLabelService; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +@Slf4j +@Service("commonShopProductToPsycheLabelService") +public class ShopProductToPsycheLabelServiceImpl extends ServiceImpl implements ShopProductToPsycheLabelService { +} \ No newline at end of file diff --git a/src/main/java/com/peanut/modules/common/service/impl/ShopProductToPsycheMarketServiceImpl.java b/src/main/java/com/peanut/modules/common/service/impl/ShopProductToPsycheMarketServiceImpl.java new file mode 100644 index 00000000..6a93eb55 --- /dev/null +++ b/src/main/java/com/peanut/modules/common/service/impl/ShopProductToPsycheMarketServiceImpl.java @@ -0,0 +1,13 @@ +package com.peanut.modules.common.service.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.peanut.modules.common.dao.ShopProductToPsycheMarketDao; +import com.peanut.modules.common.entity.ShopProductToPsycheMarket; +import com.peanut.modules.common.service.ShopProductToPsycheMarketService; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +@Slf4j +@Service("commonShopProductToPsycheMarketService") +public class ShopProductToPsycheMarketServiceImpl extends ServiceImpl implements ShopProductToPsycheMarketService { +} \ No newline at end of file