更改目录结构
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
package ${package}.rest;
|
||||
|
||||
import me.zhengjie.annotation.Log;
|
||||
import annotation.cn.ysk.cashier.Log;
|
||||
import ${package}.domain.${className};
|
||||
import ${package}.service.${className}Service;
|
||||
import ${package}.service.dto.${className}QueryCriteria;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
package ${package}.service.mapstruct;
|
||||
|
||||
import me.zhengjie.base.BaseMapper;
|
||||
import base.cn.ysk.cashier.BaseMapper;
|
||||
import ${package}.domain.${className};
|
||||
import ${package}.service.dto.${className}Dto;
|
||||
import org.mapstruct.Mapper;
|
||||
|
||||
@@ -26,7 +26,7 @@ import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
</#if>
|
||||
<#if queryColumns??>
|
||||
import me.zhengjie.annotation.Query;
|
||||
import annotation.cn.ysk.cashier.Query;
|
||||
</#if>
|
||||
|
||||
/**
|
||||
|
||||
@@ -20,13 +20,13 @@ import ${package}.domain.${className};
|
||||
<#list columns as column>
|
||||
<#if column.columnKey = 'UNI'>
|
||||
<#if column_index = 1>
|
||||
import me.zhengjie.exception.EntityExistException;
|
||||
import exception.cn.ysk.cashier.EntityExistException;
|
||||
</#if>
|
||||
</#if>
|
||||
</#list>
|
||||
</#if>
|
||||
import me.zhengjie.utils.ValidationUtil;
|
||||
import me.zhengjie.utils.FileUtil;
|
||||
import utils.cn.ysk.cashier.ValidationUtil;
|
||||
import utils.cn.ysk.cashier.FileUtil;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import ${package}.repository.${className}Repository;
|
||||
import ${package}.service.${className}Service;
|
||||
@@ -44,8 +44,8 @@ import cn.hutool.core.util.IdUtil;
|
||||
</#if>
|
||||
import org.springframework.data.domain.Page;
|
||||
import org.springframework.data.domain.Pageable;
|
||||
import me.zhengjie.utils.PageUtil;
|
||||
import me.zhengjie.utils.QueryHelp;
|
||||
import utils.cn.ysk.cashier.PageUtil;
|
||||
import utils.cn.ysk.cashier.QueryHelp;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.io.IOException;
|
||||
|
||||
Reference in New Issue
Block a user