Commit 4a417b98 by bianpeng

模板修改

parent 73f6c2f8
......@@ -22,9 +22,8 @@ import io.swagger.annotations.ApiOperation;
</#if>
/**
* <p>自动生成工具:mybatis-dsc-generator</p>
* @Description:TODO(${entityComment}API接口层)
*
* <p>说明: ${entityComment}API接口层</P>
* @version: ${version}
* @author: ${author}
* @time ${createTime}
......
......@@ -11,9 +11,8 @@ import org.apache.ibatis.annotations.Mapper;
import ${entityUrl}.${entityName};
/**
* <p>自动生成工具:mybatis-dsc-generator</p>
*
* <p>说明: ${entityComment}数据访问层</p>
* @Description:TODO(${entityComment}数据访问层)
*
* @version: ${version}
* @author: ${author}
*
......
......@@ -24,9 +24,8 @@ import ${ps};
</#list>
/**
* <p>自动生成工具:mybatis-dsc-generator</p>
* @Description:TODO(${entityComment}实体类)
*
* <p>说明: ${entityComment}实体类</P>
* @version: ${version}
* @author: ${author}
*
......
......@@ -9,9 +9,7 @@ package ${serviceUrl};
import ${entityUrl}.${entityName};
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>自动生成工具:mybatis-dsc-generator</p>
*
* <p>说明: ${entityComment}服务层</P>
* @Description:TODO(${entityComment}服务层)
* @version: ${version}
* @author: ${author}
*
......
......@@ -13,9 +13,8 @@ import org.springframework.stereotype.Service;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
/**
* <p>自动生成工具:mybatis-dsc-generator</p>
*
* <p>说明: ${entityComment}服务实现层</P>
* @Description:TODO(${entityComment}服务实现)
*
* @version: ${version}
* @author: ${author}
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment