package ${basePackage}.module.${table.moduleName}.service;
import ${basePackage}.module.${table.moduleName}.entities.${table.className};
import cn.iocoder.yudao.framework.common.base.IService;
/**
* ${table.classComment} Service
* @author ${table.author}
* @date ${datetime}
* Copyright (c) 2022
*/
public interface ${table.className}Service extends IService<${table.className}> {
}
-
lanbaoming authored1397b2a1