|
@@ -8,10 +8,10 @@ import org.springframework.stereotype.Service;
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
|
|
|
/**
|
|
/**
|
|
- * @Description: ${tableVo.ftlDescription}
|
|
|
|
- * @Author: jeecg-boot
|
|
|
|
- * @Date: ${.now?string["yyyy-MM-dd"]}
|
|
|
|
- * @Version: V1.0
|
|
|
|
|
|
+ * ${tableVo.ftlDescription}
|
|
|
|
+ * @author jeecg-boot
|
|
|
|
+ * ${.now?string["yyyy-MM-dd"]}
|
|
|
|
+ * @version V1.0
|
|
*/
|
|
*/
|
|
@Service
|
|
@Service
|
|
public class ${entityName}ServiceImpl extends ServiceImpl<${entityName}Mapper, ${entityName}> implements I${entityName}Service {
|
|
public class ${entityName}ServiceImpl extends ServiceImpl<${entityName}Mapper, ${entityName}> implements I${entityName}Service {
|