package ${bussiPackage}.service.${entityPackage}; import org.jeecgframework.core.common.service.CommonService; public interface ${entityName}ServiceI extends CommonService{ }