All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.template.server.xml.old.DemoMapper.tp Maven / Gradle / Ivy

package {packPath}.{rootModule}.{moduleName}.mapper;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import {packPath}.{rootModule}.{moduleName}.model.entity.{tableNameUp};

/**
 * {tableComment}
 * 

* {describe} *

* {author} * {email} * {date} */ public interface {tableNameUp}Mapper extends BaseMapper<{tableNameUp}> { {tableNameUp} findIdB(String id); List<{tableNameUp}> findListB(); int insertB({tableNameUp} {tableNameLower}); int updateB({tableNameUp} {tableNameLower}); int deleteB(String id); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy