图片套版生成模块
This commit is contained in:
parent
b09305e5b0
commit
96db030af0
@ -17,12 +17,6 @@
|
||||
<groupId>cn.com.tenlion</groupId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.com.tenlion</groupId>
|
||||
<artifactId>module-building-pictures</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
@ -1,8 +1,8 @@
|
||||
package cn.com.tenlion.buildingpictures.service.picturestemplate;
|
||||
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.picturestemplate.PicturesTemplateDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.picturestemplate.PicturesTemplateContentVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.picturestemplate.PicturesTemplateVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplate.PicturesTemplateDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.picturestemplate.PicturesTemplateContentVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.picturestemplate.PicturesTemplateVO;
|
||||
import ink.wgink.exceptions.RemoveException;
|
||||
import ink.wgink.exceptions.SearchException;
|
||||
import ink.wgink.pojo.ListPage;
|
||||
|
@ -1,9 +1,9 @@
|
||||
package cn.com.tenlion.buildingpictures.service.picturestemplatearea;
|
||||
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.picturestemplatearea.PicturesTemplateAreaDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.picturestemplatearea.PicturesTemplateAreaAllVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.picturestemplatearea.PicturesTemplateAreaPiointVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.picturestemplatearea.PicturesTemplateAreaVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplatearea.PicturesTemplateAreaDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.picturestemplatearea.PicturesTemplateAreaAllVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.picturestemplatearea.PicturesTemplateAreaPiointVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.picturestemplatearea.PicturesTemplateAreaVO;
|
||||
import ink.wgink.exceptions.RemoveException;
|
||||
import ink.wgink.exceptions.SearchException;
|
||||
import ink.wgink.pojo.ListPage;
|
||||
|
@ -2,8 +2,6 @@ package cn.com.tenlion.buildingpictures.service.picturestemplatebuilding;
|
||||
|
||||
import cn.com.tenlion.buildingpictures.util.CreateImageBean;
|
||||
import ink.wgink.exceptions.SaveException;
|
||||
import org.apache.poi.ss.formula.functions.T;
|
||||
|
||||
import java.awt.image.BufferedImage;
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
@ -17,11 +17,6 @@
|
||||
<artifactId>pojo-material-store</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.com.tenlion</groupId>
|
||||
<artifactId>module-material-store</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
@ -1,7 +1,7 @@
|
||||
package cn.com.tenlion.materialstore.service.materialdata;
|
||||
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialdata.MaterialDataDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialdata.MaterialDataVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialdata.MaterialDataDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialdata.MaterialDataVO;
|
||||
|
||||
public interface MaterialDataService {
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
package cn.com.tenlion.buildingpictures.controller.apis.picturestemplate;
|
||||
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.picturestemplate.PicturesTemplateDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.picturestemplate.PicturesTemplateContentVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.picturestemplate.PicturesTemplateVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplate.PicturesTemplateDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.picturestemplate.PicturesTemplateContentVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.picturestemplate.PicturesTemplateVO;
|
||||
import cn.com.tenlion.buildingpictures.service.picturestemplate.IPicturesTemplateService;
|
||||
import ink.wgink.annotation.CheckRequestBodyAnnotation;
|
||||
import ink.wgink.common.base.DefaultBaseController;
|
||||
|
@ -1,9 +1,9 @@
|
||||
package cn.com.tenlion.buildingpictures.controller.apis.picturestemplatearea;
|
||||
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.picturestemplatearea.PicturesTemplateAreaDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.picturestemplatearea.PicturesTemplateAreaAllVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.picturestemplatearea.PicturesTemplateAreaPiointVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.picturestemplatearea.PicturesTemplateAreaVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplatearea.PicturesTemplateAreaDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.picturestemplatearea.PicturesTemplateAreaAllVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.picturestemplatearea.PicturesTemplateAreaPiointVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.picturestemplatearea.PicturesTemplateAreaVO;
|
||||
import cn.com.tenlion.buildingpictures.service.picturestemplatearea.IPicturesTemplateAreaService;
|
||||
import ink.wgink.annotation.CheckRequestBodyAnnotation;
|
||||
import ink.wgink.common.base.DefaultBaseController;
|
||||
|
@ -1,6 +1,6 @@
|
||||
package cn.com.tenlion.buildingpictures.dao.picturestemplate;
|
||||
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.picturestemplate.PicturesTemplateDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplate.PicturesTemplateDTO;
|
||||
import ink.wgink.exceptions.RemoveException;
|
||||
import ink.wgink.exceptions.SaveException;
|
||||
import ink.wgink.exceptions.SearchException;
|
||||
|
@ -1,6 +1,6 @@
|
||||
package cn.com.tenlion.buildingpictures.dao.picturestemplatearea;
|
||||
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.picturestemplatearea.PicturesTemplateAreaDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplatearea.PicturesTemplateAreaDTO;
|
||||
import ink.wgink.exceptions.RemoveException;
|
||||
import ink.wgink.exceptions.SaveException;
|
||||
import ink.wgink.exceptions.SearchException;
|
||||
|
@ -2,10 +2,10 @@ package cn.com.tenlion.buildingpictures.service.picturestemplate.impl;
|
||||
|
||||
import cn.com.tenlion.buildingpictures.dao.picturestemplate.IPicturesTemplateDao;
|
||||
import cn.com.tenlion.buildingpictures.dao.picturestemplatearea.IPicturesTemplateAreaDao;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.picturestemplate.PicturesTemplateDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.picturestemplatearea.PicturesTemplateAreaDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.picturestemplate.PicturesTemplateContentVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.picturestemplate.PicturesTemplateVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplate.PicturesTemplateDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplatearea.PicturesTemplateAreaDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.picturestemplate.PicturesTemplateContentVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.picturestemplate.PicturesTemplateVO;
|
||||
import cn.com.tenlion.buildingpictures.service.picturestemplate.IPicturesTemplateService;
|
||||
import cn.com.tenlion.buildingpictures.service.picturestemplatearea.IPicturesTemplateAreaService;
|
||||
import cn.com.tenlion.buildingpictures.service.picturestemplatebuilding.IPicturesTemplateBuildingService;
|
||||
|
@ -1,10 +1,10 @@
|
||||
package cn.com.tenlion.buildingpictures.service.picturestemplatearea.impl;
|
||||
|
||||
import cn.com.tenlion.buildingpictures.dao.picturestemplatearea.IPicturesTemplateAreaDao;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.picturestemplatearea.PicturesTemplateAreaDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.picturestemplatearea.PicturesTemplateAreaAllVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.picturestemplatearea.PicturesTemplateAreaPiointVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.picturestemplatearea.PicturesTemplateAreaVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplatearea.PicturesTemplateAreaDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.picturestemplatearea.PicturesTemplateAreaAllVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.picturestemplatearea.PicturesTemplateAreaPiointVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.picturestemplatearea.PicturesTemplateAreaVO;
|
||||
import cn.com.tenlion.buildingpictures.service.picturestemplatearea.IPicturesTemplateAreaService;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cn.com.tenlion.buildingpictures.service.picturestemplatebuilding.impl;
|
||||
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.picturestemplate.PicturesTemplateDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.picturestemplatearea.PicturesTemplateAreaDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplate.PicturesTemplateDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplatearea.PicturesTemplateAreaDTO;
|
||||
import cn.com.tenlion.buildingpictures.service.picturestemplate.IPicturesTemplateService;
|
||||
import cn.com.tenlion.buildingpictures.service.picturestemplatearea.IPicturesTemplateAreaService;
|
||||
import cn.com.tenlion.buildingpictures.service.picturestemplatebuilding.IPicturesTemplateBuildingService;
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="cn.com.tenlion.buildingpictures.dao.picturestemplate.IPicturesTemplateDao">
|
||||
|
||||
<resultMap id="picturesTemplateDTO" type="cn.com.tenlion.materialstore.pojo.dtos.picturestemplate.PicturesTemplateDTO">
|
||||
<resultMap id="picturesTemplateDTO" type="cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplate.PicturesTemplateDTO">
|
||||
<id column="pictures_template_id" property="picturesTemplateId"/>
|
||||
<result column="pictures_template_code" property="picturesTemplateCode"/>
|
||||
<result column="pictures_template_background_image" property="picturesTemplateBackgroundImage"/>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="cn.com.tenlion.buildingpictures.dao.picturestemplatearea.IPicturesTemplateAreaDao">
|
||||
|
||||
<resultMap id="picturesTemplateAreaDTO" type="cn.com.tenlion.materialstore.pojo.dtos.picturestemplatearea.PicturesTemplateAreaDTO">
|
||||
<resultMap id="picturesTemplateAreaDTO" type="cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplatearea.PicturesTemplateAreaDTO">
|
||||
<id column="pictures_template_area_id" property="picturesTemplateAreaId"/>
|
||||
<result column="pictures_template_id" property="picturesTemplateId"/>
|
||||
<result column="template_area_source" property="templateAreaSource"/>
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cn.com.tenlion.materialstore.controller.api.materialaudio;
|
||||
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialaudio.MaterialAudioDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialaudio.MaterialAudioVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialaudio.MaterialAudioDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialaudio.MaterialAudioVO;
|
||||
import cn.com.tenlion.materialstore.service.materialaudio.IMaterialAudioService;
|
||||
import ink.wgink.annotation.CheckRequestBodyAnnotation;
|
||||
import ink.wgink.common.base.DefaultBaseController;
|
||||
|
@ -1,7 +1,7 @@
|
||||
package cn.com.tenlion.materialstore.controller.api.materiallink;
|
||||
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materiallink.MaterialLinkDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materiallink.MaterialLinkVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materiallink.MaterialLinkDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materiallink.MaterialLinkVO;
|
||||
import ink.wgink.annotation.CheckRequestBodyAnnotation;
|
||||
import ink.wgink.common.base.DefaultBaseController;
|
||||
import ink.wgink.interfaces.consts.ISystemConstant;
|
||||
|
@ -8,8 +8,8 @@ import ink.wgink.pojo.result.ErrorResult;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultData;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialmap.MaterialMapDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialmap.MaterialMapVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialmap.MaterialMapDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialmap.MaterialMapVO;
|
||||
import cn.com.tenlion.materialstore.service.materialmap.IMaterialMapService;
|
||||
import io.swagger.annotations.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -8,8 +8,8 @@ import ink.wgink.pojo.result.ErrorResult;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultData;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialphoto.MaterialPhotoDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialphoto.MaterialPhotoVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialphoto.MaterialPhotoDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialphoto.MaterialPhotoVO;
|
||||
import cn.com.tenlion.materialstore.service.materialphoto.IMaterialPhotoService;
|
||||
import io.swagger.annotations.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -8,8 +8,8 @@ import ink.wgink.pojo.result.ErrorResult;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultData;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialtext.MaterialTextDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialtext.MaterialTextVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialtext.MaterialTextDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialtext.MaterialTextVO;
|
||||
import cn.com.tenlion.materialstore.service.materialtext.IMaterialTextService;
|
||||
import io.swagger.annotations.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -8,8 +8,8 @@ import ink.wgink.pojo.result.ErrorResult;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultData;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialvideo.MaterialVideoDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialvideo.MaterialVideoVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialvideo.MaterialVideoDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialvideo.MaterialVideoVO;
|
||||
import cn.com.tenlion.materialstore.service.materialvideo.IMaterialVideoService;
|
||||
import io.swagger.annotations.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -1,5 +1,8 @@
|
||||
package cn.com.tenlion.materialstore.controller.app.api.materialaudio;
|
||||
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialaudio.MaterialAudioDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialaudio.MaterialAudioVO;
|
||||
import cn.com.tenlion.materialstore.service.materialaudio.IMaterialAudioService;
|
||||
import ink.wgink.annotation.CheckRequestBodyAnnotation;
|
||||
import ink.wgink.common.base.DefaultBaseController;
|
||||
import ink.wgink.interfaces.consts.ISystemConstant;
|
||||
@ -8,13 +11,9 @@ import ink.wgink.pojo.result.ErrorResult;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultData;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.temlion.materialstore.pojo.dtos.materialaudio.MaterialAudioDTO;
|
||||
import cn.com.temlion.materialstore.pojo.vos.materialaudio.MaterialAudioVO;
|
||||
import cn.com.temlion.materialstore.service.materialaudio.IMaterialAudioService;
|
||||
import io.swagger.annotations.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
@ -8,8 +8,8 @@ import ink.wgink.pojo.result.ErrorResult;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultData;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materiallink.MaterialLinkDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materiallink.MaterialLinkVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materiallink.MaterialLinkDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materiallink.MaterialLinkVO;
|
||||
import cn.com.tenlion.materialstore.service.materiallink.IMaterialLinkService;
|
||||
import io.swagger.annotations.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -8,8 +8,8 @@ import ink.wgink.pojo.result.ErrorResult;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultData;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialmap.MaterialMapDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialmap.MaterialMapVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialmap.MaterialMapDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialmap.MaterialMapVO;
|
||||
import cn.com.tenlion.materialstore.service.materialmap.IMaterialMapService;
|
||||
import io.swagger.annotations.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -8,8 +8,8 @@ import ink.wgink.pojo.result.ErrorResult;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultData;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialphoto.MaterialPhotoDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialphoto.MaterialPhotoVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialphoto.MaterialPhotoDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialphoto.MaterialPhotoVO;
|
||||
import cn.com.tenlion.materialstore.service.materialphoto.IMaterialPhotoService;
|
||||
import io.swagger.annotations.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -8,8 +8,8 @@ import ink.wgink.pojo.result.ErrorResult;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultData;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialtext.MaterialTextDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialtext.MaterialTextVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialtext.MaterialTextDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialtext.MaterialTextVO;
|
||||
import cn.com.tenlion.materialstore.service.materialtext.IMaterialTextService;
|
||||
import io.swagger.annotations.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -8,8 +8,8 @@ import ink.wgink.pojo.result.ErrorResult;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultData;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialvideo.MaterialVideoDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialvideo.MaterialVideoVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialvideo.MaterialVideoDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialvideo.MaterialVideoVO;
|
||||
import cn.com.tenlion.materialstore.service.materialvideo.IMaterialVideoService;
|
||||
import io.swagger.annotations.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -1,5 +1,8 @@
|
||||
package cn.com.tenlion.materialstore.controller.resource.materialaudio;
|
||||
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialaudio.MaterialAudioDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialaudio.MaterialAudioVO;
|
||||
import cn.com.tenlion.materialstore.service.materialaudio.IMaterialAudioService;
|
||||
import ink.wgink.annotation.CheckRequestBodyAnnotation;
|
||||
import ink.wgink.common.base.DefaultBaseController;
|
||||
import ink.wgink.interfaces.consts.ISystemConstant;
|
||||
@ -8,9 +11,6 @@ import ink.wgink.pojo.result.ErrorResult;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultData;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.temlion.materialstore.pojo.dtos.materialaudio.MaterialAudioDTO;
|
||||
import cn.com.temlion.materialstore.pojo.vos.materialaudio.MaterialAudioVO;
|
||||
import cn.com.temlion.materialstore.service.materialaudio.IMaterialAudioService;
|
||||
import io.swagger.annotations.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
@ -8,8 +8,8 @@ import ink.wgink.pojo.result.ErrorResult;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultData;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materiallink.MaterialLinkDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materiallink.MaterialLinkVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materiallink.MaterialLinkDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materiallink.MaterialLinkVO;
|
||||
import cn.com.tenlion.materialstore.service.materiallink.IMaterialLinkService;
|
||||
import io.swagger.annotations.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -8,8 +8,8 @@ import ink.wgink.pojo.result.ErrorResult;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultData;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialmap.MaterialMapDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialmap.MaterialMapVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialmap.MaterialMapDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialmap.MaterialMapVO;
|
||||
import cn.com.tenlion.materialstore.service.materialmap.IMaterialMapService;
|
||||
import io.swagger.annotations.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -8,8 +8,8 @@ import ink.wgink.pojo.result.ErrorResult;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultData;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialphoto.MaterialPhotoDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialphoto.MaterialPhotoVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialphoto.MaterialPhotoDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialphoto.MaterialPhotoVO;
|
||||
import cn.com.tenlion.materialstore.service.materialphoto.IMaterialPhotoService;
|
||||
import io.swagger.annotations.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -8,8 +8,8 @@ import ink.wgink.pojo.result.ErrorResult;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultData;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialtext.MaterialTextDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialtext.MaterialTextVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialtext.MaterialTextDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialtext.MaterialTextVO;
|
||||
import cn.com.tenlion.materialstore.service.materialtext.IMaterialTextService;
|
||||
import io.swagger.annotations.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -8,8 +8,8 @@ import ink.wgink.pojo.result.ErrorResult;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultData;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialvideo.MaterialVideoDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialvideo.MaterialVideoVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialvideo.MaterialVideoDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialvideo.MaterialVideoVO;
|
||||
import cn.com.tenlion.materialstore.service.materialvideo.IMaterialVideoService;
|
||||
import io.swagger.annotations.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
@ -2,16 +2,11 @@ package cn.com.tenlion.materialstore.controller.route.materialaudio;
|
||||
|
||||
import ink.wgink.common.base.DefaultBaseController;
|
||||
import ink.wgink.interfaces.consts.ISystemConstant;
|
||||
import cn.com.temlion.materialstore.service.materialaudio.IMaterialAudioService;
|
||||
import io.swagger.annotations.*;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
import org.springframework.web.servlet.ModelAndView;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* @ClassName: MaterialAudioController
|
||||
* @Description: 音频素材
|
||||
|
@ -1,8 +1,8 @@
|
||||
package cn.com.tenlion.materialstore.dao.materialaudio;
|
||||
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materialaudio.MaterialAudioBO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialaudio.MaterialAudioDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materialaudio.MaterialAudioPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materialaudio.MaterialAudioBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialaudio.MaterialAudioDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materialaudio.MaterialAudioPO;
|
||||
import ink.wgink.exceptions.RemoveException;
|
||||
import ink.wgink.exceptions.SaveException;
|
||||
import ink.wgink.exceptions.SearchException;
|
||||
|
@ -4,9 +4,9 @@ import ink.wgink.exceptions.RemoveException;
|
||||
import ink.wgink.exceptions.SaveException;
|
||||
import ink.wgink.exceptions.SearchException;
|
||||
import ink.wgink.exceptions.UpdateException;
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materiallink.MaterialLinkBO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materiallink.MaterialLinkPO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materiallink.MaterialLinkDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materiallink.MaterialLinkBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materiallink.MaterialLinkPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materiallink.MaterialLinkDTO;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import java.util.List;
|
||||
|
@ -4,9 +4,9 @@ import ink.wgink.exceptions.RemoveException;
|
||||
import ink.wgink.exceptions.SaveException;
|
||||
import ink.wgink.exceptions.SearchException;
|
||||
import ink.wgink.exceptions.UpdateException;
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materialmap.MaterialMapBO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materialmap.MaterialMapPO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialmap.MaterialMapDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materialmap.MaterialMapBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materialmap.MaterialMapPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialmap.MaterialMapDTO;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import java.util.List;
|
||||
|
@ -4,9 +4,9 @@ import ink.wgink.exceptions.RemoveException;
|
||||
import ink.wgink.exceptions.SaveException;
|
||||
import ink.wgink.exceptions.SearchException;
|
||||
import ink.wgink.exceptions.UpdateException;
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materialphoto.MaterialPhotoBO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materialphoto.MaterialPhotoPO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialphoto.MaterialPhotoDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materialphoto.MaterialPhotoBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materialphoto.MaterialPhotoPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialphoto.MaterialPhotoDTO;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import java.util.List;
|
||||
|
@ -4,9 +4,9 @@ import ink.wgink.exceptions.RemoveException;
|
||||
import ink.wgink.exceptions.SaveException;
|
||||
import ink.wgink.exceptions.SearchException;
|
||||
import ink.wgink.exceptions.UpdateException;
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materialtext.MaterialTextBO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materialtext.MaterialTextPO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialtext.MaterialTextDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materialtext.MaterialTextBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materialtext.MaterialTextPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialtext.MaterialTextDTO;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import java.util.List;
|
||||
|
@ -4,9 +4,9 @@ import ink.wgink.exceptions.RemoveException;
|
||||
import ink.wgink.exceptions.SaveException;
|
||||
import ink.wgink.exceptions.SearchException;
|
||||
import ink.wgink.exceptions.UpdateException;
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materialvideo.MaterialVideoBO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materialvideo.MaterialVideoPO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialvideo.MaterialVideoDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materialvideo.MaterialVideoBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materialvideo.MaterialVideoPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialvideo.MaterialVideoDTO;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import java.util.List;
|
||||
|
@ -1,9 +1,9 @@
|
||||
package cn.com.tenlion.materialstore.service.materialaudio;
|
||||
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materialaudio.MaterialAudioBO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialaudio.MaterialAudioDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materialaudio.MaterialAudioPO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialaudio.MaterialAudioVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materialaudio.MaterialAudioBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialaudio.MaterialAudioDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materialaudio.MaterialAudioPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialaudio.MaterialAudioVO;
|
||||
import ink.wgink.pojo.ListPage;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
package cn.com.tenlion.materialstore.service.materialaudio.impl;
|
||||
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materialaudio.MaterialAudioBO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialaudio.MaterialAudioDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materialaudio.MaterialAudioPO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialaudio.MaterialAudioVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materialaudio.MaterialAudioBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialaudio.MaterialAudioDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materialaudio.MaterialAudioPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialaudio.MaterialAudioVO;
|
||||
import cn.com.tenlion.materialstore.dao.materialaudio.IMaterialAudioDao;
|
||||
import cn.com.tenlion.materialstore.service.materialaudio.IMaterialAudioService;
|
||||
import ink.wgink.common.base.DefaultBaseService;
|
||||
|
@ -1,20 +1,19 @@
|
||||
package cn.com.tenlion.materialstore.service.materialdata.impl;
|
||||
|
||||
import cn.com.tenlion.materialstore.dao.materialaudio.IMaterialAudioDao;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialaudio.MaterialAudioDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialdata.MaterialDataDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materiallink.MaterialLinkDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialmap.MaterialMapDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialphoto.MaterialPhotoDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialtext.MaterialTextDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialvideo.MaterialVideoDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialaudio.MaterialAudioVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialdata.MaterialDataVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materiallink.MaterialLinkVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialmap.MaterialMapVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialphoto.MaterialPhotoVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialtext.MaterialTextVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialvideo.MaterialVideoVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialaudio.MaterialAudioDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialdata.MaterialDataDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materiallink.MaterialLinkDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialmap.MaterialMapDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialphoto.MaterialPhotoDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialtext.MaterialTextDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialvideo.MaterialVideoDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialaudio.MaterialAudioVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialdata.MaterialDataVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materiallink.MaterialLinkVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialmap.MaterialMapVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialphoto.MaterialPhotoVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialtext.MaterialTextVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialvideo.MaterialVideoVO;
|
||||
import cn.com.tenlion.materialstore.service.materialaudio.IMaterialAudioService;
|
||||
import cn.com.tenlion.materialstore.service.materialdata.MaterialDataService;
|
||||
import cn.com.tenlion.materialstore.service.materiallink.IMaterialLinkService;
|
||||
|
@ -2,10 +2,10 @@ package cn.com.tenlion.materialstore.service.materiallink;
|
||||
|
||||
import ink.wgink.pojo.ListPage;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materiallink.MaterialLinkDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materiallink.MaterialLinkVO;
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materiallink.MaterialLinkBO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materiallink.MaterialLinkPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materiallink.MaterialLinkDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materiallink.MaterialLinkVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materiallink.MaterialLinkBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materiallink.MaterialLinkPO;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
@ -2,15 +2,14 @@ package cn.com.tenlion.materialstore.service.materiallink.impl;
|
||||
|
||||
import ink.wgink.common.base.DefaultBaseService;
|
||||
import ink.wgink.pojo.ListPage;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import ink.wgink.util.map.HashMapUtil;
|
||||
import ink.wgink.util.UUIDUtil;
|
||||
import cn.com.tenlion.materialstore.dao.materiallink.IMaterialLinkDao;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materiallink.MaterialLinkDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materiallink.MaterialLinkVO;
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materiallink.MaterialLinkBO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materiallink.MaterialLinkPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materiallink.MaterialLinkDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materiallink.MaterialLinkVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materiallink.MaterialLinkBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materiallink.MaterialLinkPO;
|
||||
import cn.com.tenlion.materialstore.service.materiallink.IMaterialLinkService;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
@ -2,10 +2,10 @@ package cn.com.tenlion.materialstore.service.materialmap;
|
||||
|
||||
import ink.wgink.pojo.ListPage;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialmap.MaterialMapDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialmap.MaterialMapVO;
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materialmap.MaterialMapBO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materialmap.MaterialMapPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialmap.MaterialMapDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialmap.MaterialMapVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materialmap.MaterialMapBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materialmap.MaterialMapPO;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
@ -2,15 +2,14 @@ package cn.com.tenlion.materialstore.service.materialmap.impl;
|
||||
|
||||
import ink.wgink.common.base.DefaultBaseService;
|
||||
import ink.wgink.pojo.ListPage;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import ink.wgink.util.map.HashMapUtil;
|
||||
import ink.wgink.util.UUIDUtil;
|
||||
import cn.com.tenlion.materialstore.dao.materialmap.IMaterialMapDao;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialmap.MaterialMapDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialmap.MaterialMapVO;
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materialmap.MaterialMapBO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materialmap.MaterialMapPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialmap.MaterialMapDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialmap.MaterialMapVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materialmap.MaterialMapBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materialmap.MaterialMapPO;
|
||||
import cn.com.tenlion.materialstore.service.materialmap.IMaterialMapService;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
@ -2,10 +2,10 @@ package cn.com.tenlion.materialstore.service.materialphoto;
|
||||
|
||||
import ink.wgink.pojo.ListPage;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialphoto.MaterialPhotoDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialphoto.MaterialPhotoVO;
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materialphoto.MaterialPhotoBO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materialphoto.MaterialPhotoPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialphoto.MaterialPhotoDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialphoto.MaterialPhotoVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materialphoto.MaterialPhotoBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materialphoto.MaterialPhotoPO;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
@ -2,15 +2,14 @@ package cn.com.tenlion.materialstore.service.materialphoto.impl;
|
||||
|
||||
import ink.wgink.common.base.DefaultBaseService;
|
||||
import ink.wgink.pojo.ListPage;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import ink.wgink.util.map.HashMapUtil;
|
||||
import ink.wgink.util.UUIDUtil;
|
||||
import cn.com.tenlion.materialstore.dao.materialphoto.IMaterialPhotoDao;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialphoto.MaterialPhotoDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialphoto.MaterialPhotoVO;
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materialphoto.MaterialPhotoBO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materialphoto.MaterialPhotoPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialphoto.MaterialPhotoDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialphoto.MaterialPhotoVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materialphoto.MaterialPhotoBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materialphoto.MaterialPhotoPO;
|
||||
import cn.com.tenlion.materialstore.service.materialphoto.IMaterialPhotoService;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
@ -2,10 +2,10 @@ package cn.com.tenlion.materialstore.service.materialtext;
|
||||
|
||||
import ink.wgink.pojo.ListPage;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialtext.MaterialTextDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialtext.MaterialTextVO;
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materialtext.MaterialTextBO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materialtext.MaterialTextPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialtext.MaterialTextDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialtext.MaterialTextVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materialtext.MaterialTextBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materialtext.MaterialTextPO;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
@ -2,15 +2,14 @@ package cn.com.tenlion.materialstore.service.materialtext.impl;
|
||||
|
||||
import ink.wgink.common.base.DefaultBaseService;
|
||||
import ink.wgink.pojo.ListPage;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import ink.wgink.util.map.HashMapUtil;
|
||||
import ink.wgink.util.UUIDUtil;
|
||||
import cn.com.tenlion.materialstore.dao.materialtext.IMaterialTextDao;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialtext.MaterialTextDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialtext.MaterialTextVO;
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materialtext.MaterialTextBO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materialtext.MaterialTextPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialtext.MaterialTextDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialtext.MaterialTextVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materialtext.MaterialTextBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materialtext.MaterialTextPO;
|
||||
import cn.com.tenlion.materialstore.service.materialtext.IMaterialTextService;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
@ -2,10 +2,10 @@ package cn.com.tenlion.materialstore.service.materialvideo;
|
||||
|
||||
import ink.wgink.pojo.ListPage;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialvideo.MaterialVideoDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialvideo.MaterialVideoVO;
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materialvideo.MaterialVideoBO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materialvideo.MaterialVideoPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialvideo.MaterialVideoDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialvideo.MaterialVideoVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materialvideo.MaterialVideoBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materialvideo.MaterialVideoPO;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
@ -2,15 +2,14 @@ package cn.com.tenlion.materialstore.service.materialvideo.impl;
|
||||
|
||||
import ink.wgink.common.base.DefaultBaseService;
|
||||
import ink.wgink.pojo.ListPage;
|
||||
import ink.wgink.pojo.result.SuccessResult;
|
||||
import ink.wgink.pojo.result.SuccessResultList;
|
||||
import ink.wgink.util.map.HashMapUtil;
|
||||
import ink.wgink.util.UUIDUtil;
|
||||
import cn.com.tenlion.materialstore.dao.materialvideo.IMaterialVideoDao;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialvideo.MaterialVideoDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialvideo.MaterialVideoVO;
|
||||
import cn.com.tenlion.materialstore.pojo.bos.materialvideo.MaterialVideoBO;
|
||||
import cn.com.tenlion.materialstore.pojo.pos.materialvideo.MaterialVideoPO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialvideo.MaterialVideoDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialvideo.MaterialVideoVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.bos.materialvideo.MaterialVideoBO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.pos.materialvideo.MaterialVideoPO;
|
||||
import cn.com.tenlion.materialstore.service.materialvideo.IMaterialVideoService;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="cn.com.tenlion.materialstore.dao.materiallink.IMaterialLinkDao">
|
||||
|
||||
<resultMap id="materialLinkDTO" type="cn.com.tenlion.materialstore.pojo.dtos.materiallink.MaterialLinkDTO">
|
||||
<resultMap id="materialLinkDTO" type="cn.com.tenlion.buildingpictures.pojo.dtos.materiallink.MaterialLinkDTO">
|
||||
<result column="material_link_id" property="materialLinkId"/>
|
||||
<result column="material_link_path" property="materialLinkPath"/>
|
||||
<result column="material_link_mode" property="materialLinkMode"/>
|
||||
@ -16,7 +16,7 @@
|
||||
<result column="is_delete" property="isDelete"/>
|
||||
</resultMap>
|
||||
|
||||
<resultMap id="materialLinkBO" type="cn.com.tenlion.materialstore.pojo.bos.materiallink.MaterialLinkBO">
|
||||
<resultMap id="materialLinkBO" type="cn.com.tenlion.buildingpictures.pojo.bos.materiallink.MaterialLinkBO">
|
||||
<result column="material_link_id" property="materialLinkId"/>
|
||||
<result column="material_link_path" property="materialLinkPath"/>
|
||||
<result column="material_link_mode" property="materialLinkMode"/>
|
||||
@ -30,7 +30,7 @@
|
||||
<result column="is_delete" property="isDelete"/>
|
||||
</resultMap>
|
||||
|
||||
<resultMap id="materialLinkPO" type="cn.com.tenlion.materialstore.pojo.pos.materiallink.MaterialLinkPO">
|
||||
<resultMap id="materialLinkPO" type="cn.com.tenlion.buildingpictures.pojo.pos.materiallink.MaterialLinkPO">
|
||||
<result column="material_link_id" property="materialLinkId"/>
|
||||
<result column="material_link_path" property="materialLinkPath"/>
|
||||
<result column="material_link_mode" property="materialLinkMode"/>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="cn.com.tenlion.materialstore.dao.materialmap.IMaterialMapDao">
|
||||
|
||||
<resultMap id="materialMapDTO" type="cn.com.tenlion.materialstore.pojo.dtos.materialmap.MaterialMapDTO">
|
||||
<resultMap id="materialMapDTO" type="cn.com.tenlion.buildingpictures.pojo.dtos.materialmap.MaterialMapDTO">
|
||||
<result column="material_map_id" property="materialMapId"/>
|
||||
<result column="material_map_long" property="materialMapLong"/>
|
||||
<result column="material_map_lat" property="materialMapLat"/>
|
||||
@ -17,7 +17,7 @@
|
||||
<result column="is_delete" property="isDelete"/>
|
||||
</resultMap>
|
||||
|
||||
<resultMap id="materialMapBO" type="cn.com.tenlion.materialstore.pojo.bos.materialmap.MaterialMapBO">
|
||||
<resultMap id="materialMapBO" type="cn.com.tenlion.buildingpictures.pojo.bos.materialmap.MaterialMapBO">
|
||||
<result column="material_map_id" property="materialMapId"/>
|
||||
<result column="material_map_long" property="materialMapLong"/>
|
||||
<result column="material_map_lat" property="materialMapLat"/>
|
||||
@ -32,7 +32,7 @@
|
||||
<result column="is_delete" property="isDelete"/>
|
||||
</resultMap>
|
||||
|
||||
<resultMap id="materialMapPO" type="cn.com.tenlion.materialstore.pojo.pos.materialmap.MaterialMapPO">
|
||||
<resultMap id="materialMapPO" type="cn.com.tenlion.buildingpictures.pojo.pos.materialmap.MaterialMapPO">
|
||||
<result column="material_map_id" property="materialMapId"/>
|
||||
<result column="material_map_long" property="materialMapLong"/>
|
||||
<result column="material_map_lat" property="materialMapLat"/>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="cn.com.tenlion.materialstore.dao.materialphoto.IMaterialPhotoDao">
|
||||
|
||||
<resultMap id="materialPhotoDTO" type="cn.com.tenlion.materialstore.pojo.dtos.materialphoto.MaterialPhotoDTO">
|
||||
<resultMap id="materialPhotoDTO" type="cn.com.tenlion.buildingpictures.pojo.dtos.materialphoto.MaterialPhotoDTO">
|
||||
<result column="material_photo_id" property="materialPhotoId"/>
|
||||
<result column="material_photo_file_id" property="materialPhotoFileId"/>
|
||||
<result column="material_id" property="materialId"/>
|
||||
@ -15,7 +15,7 @@
|
||||
<result column="is_delete" property="isDelete"/>
|
||||
</resultMap>
|
||||
|
||||
<resultMap id="materialPhotoBO" type="cn.com.tenlion.materialstore.pojo.bos.materialphoto.MaterialPhotoBO">
|
||||
<resultMap id="materialPhotoBO" type="cn.com.tenlion.buildingpictures.pojo.bos.materialphoto.MaterialPhotoBO">
|
||||
<result column="material_photo_id" property="materialPhotoId"/>
|
||||
<result column="material_photo_file_id" property="materialPhotoFileId"/>
|
||||
<result column="material_id" property="materialId"/>
|
||||
@ -28,7 +28,7 @@
|
||||
<result column="is_delete" property="isDelete"/>
|
||||
</resultMap>
|
||||
|
||||
<resultMap id="materialPhotoPO" type="cn.com.tenlion.materialstore.pojo.pos.materialphoto.MaterialPhotoPO">
|
||||
<resultMap id="materialPhotoPO" type="cn.com.tenlion.buildingpictures.pojo.pos.materialphoto.MaterialPhotoPO">
|
||||
<result column="material_photo_id" property="materialPhotoId"/>
|
||||
<result column="material_photo_file_id" property="materialPhotoFileId"/>
|
||||
<result column="material_id" property="materialId"/>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="cn.com.tenlion.materialstore.dao.materialtext.IMaterialTextDao">
|
||||
|
||||
<resultMap id="materialTextDTO" type="cn.com.tenlion.materialstore.pojo.dtos.materialtext.MaterialTextDTO">
|
||||
<resultMap id="materialTextDTO" type="cn.com.tenlion.buildingpictures.pojo.dtos.materialtext.MaterialTextDTO">
|
||||
<result column="material_text_id" property="materialTextId"/>
|
||||
<result column="material_text_content" property="materialTextContent"/>
|
||||
<result column="material_text_title" property="materialTextTitle"/>
|
||||
@ -16,7 +16,7 @@
|
||||
<result column="is_delete" property="isDelete"/>
|
||||
</resultMap>
|
||||
|
||||
<resultMap id="materialTextBO" type="cn.com.tenlion.materialstore.pojo.bos.materialtext.MaterialTextBO">
|
||||
<resultMap id="materialTextBO" type="cn.com.tenlion.buildingpictures.pojo.bos.materialtext.MaterialTextBO">
|
||||
<result column="material_text_id" property="materialTextId"/>
|
||||
<result column="material_text_content" property="materialTextContent"/>
|
||||
<result column="material_text_title" property="materialTextTitle"/>
|
||||
@ -30,7 +30,7 @@
|
||||
<result column="is_delete" property="isDelete"/>
|
||||
</resultMap>
|
||||
|
||||
<resultMap id="materialTextPO" type="cn.com.tenlion.materialstore.pojo.pos.materialtext.MaterialTextPO">
|
||||
<resultMap id="materialTextPO" type="cn.com.tenlion.buildingpictures.pojo.pos.materialtext.MaterialTextPO">
|
||||
<result column="material_text_id" property="materialTextId"/>
|
||||
<result column="material_text_content" property="materialTextContent"/>
|
||||
<result column="material_text_title" property="materialTextTitle"/>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="cn.com.tenlion.materialstore.dao.materialvideo.IMaterialVideoDao">
|
||||
|
||||
<resultMap id="materialVideoDTO" type="cn.com.tenlion.materialstore.pojo.dtos.materialvideo.MaterialVideoDTO">
|
||||
<resultMap id="materialVideoDTO" type="cn.com.tenlion.buildingpictures.pojo.dtos.materialvideo.MaterialVideoDTO">
|
||||
<result column="material_video_id" property="materialVideoId"/>
|
||||
<result column="material_video_file_id" property="materialVideoFileId"/>
|
||||
<result column="material_id" property="materialId"/>
|
||||
@ -15,7 +15,7 @@
|
||||
<result column="is_delete" property="isDelete"/>
|
||||
</resultMap>
|
||||
|
||||
<resultMap id="materialVideoBO" type="cn.com.tenlion.materialstore.pojo.bos.materialvideo.MaterialVideoBO">
|
||||
<resultMap id="materialVideoBO" type="cn.com.tenlion.buildingpictures.pojo.bos.materialvideo.MaterialVideoBO">
|
||||
<result column="material_video_id" property="materialVideoId"/>
|
||||
<result column="material_video_file_id" property="materialVideoFileId"/>
|
||||
<result column="material_id" property="materialId"/>
|
||||
@ -28,7 +28,7 @@
|
||||
<result column="is_delete" property="isDelete"/>
|
||||
</resultMap>
|
||||
|
||||
<resultMap id="materialVideoPO" type="cn.com.tenlion.materialstore.pojo.pos.materialvideo.MaterialVideoPO">
|
||||
<resultMap id="materialVideoPO" type="cn.com.tenlion.buildingpictures.pojo.pos.materialvideo.MaterialVideoPO">
|
||||
<result column="material_video_id" property="materialVideoId"/>
|
||||
<result column="material_video_file_id" property="materialVideoFileId"/>
|
||||
<result column="material_id" property="materialId"/>
|
||||
|
@ -1,6 +1,6 @@
|
||||
package cn.com.tenlion.materialstore.pojo.dtos.picturestemplate;
|
||||
package cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplate;
|
||||
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.picturestemplatearea.PicturesTemplateAreaDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplatearea.PicturesTemplateAreaDTO;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.util.ArrayList;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.dtos.picturestemplate;
|
||||
package cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplate;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.dtos.picturestemplatearea;
|
||||
package cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplatearea;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.dtos.picturestemplatearea;
|
||||
package cn.com.tenlion.buildingpictures.pojo.dtos.picturestemplatearea;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.vos.picturestemplate;
|
||||
package cn.com.tenlion.buildingpictures.pojo.vos.picturestemplate;
|
||||
|
||||
import ink.wgink.annotation.CheckEmptyAnnotation;
|
||||
import io.swagger.annotations.ApiModel;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.vos.picturestemplate;
|
||||
package cn.com.tenlion.buildingpictures.pojo.vos.picturestemplate;
|
||||
|
||||
import ink.wgink.annotation.CheckEmptyAnnotation;
|
||||
import ink.wgink.annotation.CheckNumberAnnotation;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.vos.picturestemplatearea;
|
||||
package cn.com.tenlion.buildingpictures.pojo.vos.picturestemplatearea;
|
||||
|
||||
import ink.wgink.annotation.CheckEmptyAnnotation;
|
||||
import io.swagger.annotations.ApiModel;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.vos.picturestemplatearea;
|
||||
package cn.com.tenlion.buildingpictures.pojo.vos.picturestemplatearea;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.vos.picturestemplatearea;
|
||||
package cn.com.tenlion.buildingpictures.pojo.vos.picturestemplatearea;
|
||||
|
||||
import ink.wgink.annotation.CheckEmptyAnnotation;
|
||||
import ink.wgink.annotation.CheckNumberAnnotation;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.vos.picturestemplatebuilding;
|
||||
package cn.com.tenlion.buildingpictures.pojo.vos.picturestemplatebuilding;
|
||||
|
||||
import ink.wgink.annotation.CheckEmptyAnnotation;
|
||||
import ink.wgink.annotation.CheckNumberAnnotation;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.bos.materialaudio;
|
||||
package cn.com.tenlion.buildingpictures.pojo.bos.materialaudio;
|
||||
|
||||
/**
|
||||
*
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.bos.materiallink;
|
||||
package cn.com.tenlion.buildingpictures.pojo.bos.materiallink;
|
||||
|
||||
/**
|
||||
*
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.bos.materialmap;
|
||||
package cn.com.tenlion.buildingpictures.pojo.bos.materialmap;
|
||||
|
||||
/**
|
||||
*
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.bos.materialphoto;
|
||||
package cn.com.tenlion.buildingpictures.pojo.bos.materialphoto;
|
||||
|
||||
/**
|
||||
*
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.bos.materialtext;
|
||||
package cn.com.tenlion.buildingpictures.pojo.bos.materialtext;
|
||||
|
||||
/**
|
||||
*
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.bos.materialvideo;
|
||||
package cn.com.tenlion.buildingpictures.pojo.bos.materialvideo;
|
||||
|
||||
/**
|
||||
*
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.dtos.materialaudio;
|
||||
package cn.com.tenlion.buildingpictures.pojo.dtos.materialaudio;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
@ -1,11 +1,11 @@
|
||||
package cn.com.tenlion.materialstore.pojo.dtos.materialdata;
|
||||
package cn.com.tenlion.buildingpictures.pojo.dtos.materialdata;
|
||||
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialaudio.MaterialAudioDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materiallink.MaterialLinkDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialmap.MaterialMapDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialphoto.MaterialPhotoDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialtext.MaterialTextDTO;
|
||||
import cn.com.tenlion.materialstore.pojo.dtos.materialvideo.MaterialVideoDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialaudio.MaterialAudioDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materiallink.MaterialLinkDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialmap.MaterialMapDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialphoto.MaterialPhotoDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialtext.MaterialTextDTO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.dtos.materialvideo.MaterialVideoDTO;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.dtos.materiallink;
|
||||
package cn.com.tenlion.buildingpictures.pojo.dtos.materiallink;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.dtos.materialmap;
|
||||
package cn.com.tenlion.buildingpictures.pojo.dtos.materialmap;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.dtos.materialphoto;
|
||||
package cn.com.tenlion.buildingpictures.pojo.dtos.materialphoto;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.dtos.materialtext;
|
||||
package cn.com.tenlion.buildingpictures.pojo.dtos.materialtext;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.dtos.materialvideo;
|
||||
package cn.com.tenlion.buildingpictures.pojo.dtos.materialvideo;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.pos.materialaudio;
|
||||
package cn.com.tenlion.buildingpictures.pojo.pos.materialaudio;
|
||||
|
||||
/**
|
||||
*
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.pos.materiallink;
|
||||
package cn.com.tenlion.buildingpictures.pojo.pos.materiallink;
|
||||
|
||||
/**
|
||||
*
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.pos.materialmap;
|
||||
package cn.com.tenlion.buildingpictures.pojo.pos.materialmap;
|
||||
|
||||
/**
|
||||
*
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.pos.materialphoto;
|
||||
package cn.com.tenlion.buildingpictures.pojo.pos.materialphoto;
|
||||
|
||||
/**
|
||||
*
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.pos.materialtext;
|
||||
package cn.com.tenlion.buildingpictures.pojo.pos.materialtext;
|
||||
|
||||
/**
|
||||
*
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.pos.materialvideo;
|
||||
package cn.com.tenlion.buildingpictures.pojo.pos.materialvideo;
|
||||
|
||||
/**
|
||||
*
|
@ -1,7 +1,6 @@
|
||||
package cn.com.tenlion.materialstore.pojo.vos.materialaudio;
|
||||
package cn.com.tenlion.buildingpictures.pojo.vos.materialaudio;
|
||||
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialdata.MaterialDataVO;
|
||||
import ink.wgink.annotation.CheckEmptyAnnotation;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialdata.MaterialDataVO;
|
||||
import ink.wgink.annotation.CheckNumberAnnotation;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
@ -1,11 +1,11 @@
|
||||
package cn.com.tenlion.materialstore.pojo.vos.materialdata;
|
||||
package cn.com.tenlion.buildingpictures.pojo.vos.materialdata;
|
||||
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialaudio.MaterialAudioVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materiallink.MaterialLinkVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialmap.MaterialMapVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialphoto.MaterialPhotoVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialtext.MaterialTextVO;
|
||||
import cn.com.tenlion.materialstore.pojo.vos.materialvideo.MaterialVideoVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialaudio.MaterialAudioVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materiallink.MaterialLinkVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialmap.MaterialMapVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialphoto.MaterialPhotoVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialtext.MaterialTextVO;
|
||||
import cn.com.tenlion.buildingpictures.pojo.vos.materialvideo.MaterialVideoVO;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.vos.materiallink;
|
||||
package cn.com.tenlion.buildingpictures.pojo.vos.materiallink;
|
||||
|
||||
import ink.wgink.annotation.CheckEmptyAnnotation;
|
||||
import ink.wgink.annotation.CheckNumberAnnotation;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.vos.materialmap;
|
||||
package cn.com.tenlion.buildingpictures.pojo.vos.materialmap;
|
||||
|
||||
import ink.wgink.annotation.CheckEmptyAnnotation;
|
||||
import ink.wgink.annotation.CheckNumberAnnotation;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.vos.materialphoto;
|
||||
package cn.com.tenlion.buildingpictures.pojo.vos.materialphoto;
|
||||
|
||||
import ink.wgink.annotation.CheckEmptyAnnotation;
|
||||
import ink.wgink.annotation.CheckNumberAnnotation;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.vos.materialtext;
|
||||
package cn.com.tenlion.buildingpictures.pojo.vos.materialtext;
|
||||
|
||||
import ink.wgink.annotation.CheckEmptyAnnotation;
|
||||
import ink.wgink.annotation.CheckNumberAnnotation;
|
@ -1,4 +1,4 @@
|
||||
package cn.com.tenlion.materialstore.pojo.vos.materialvideo;
|
||||
package cn.com.tenlion.buildingpictures.pojo.vos.materialvideo;
|
||||
|
||||
import ink.wgink.annotation.CheckEmptyAnnotation;
|
||||
import ink.wgink.annotation.CheckNumberAnnotation;
|
Loading…
Reference in New Issue
Block a user