Commit 5b86429e by whl

修改mybatis generator配置,不生成注释

parent 3f65adff
package com.bsoft.api.mapper; package com.bsoft.api.mapper;
import com.bsoft.api.model.DicDim; import com.bsoft.api.model.DicDim;
import java.math.BigDecimal;
import java.util.List; import java.util.List;
public interface DicDimMapper { public interface DicDimMapper {
/** int deleteByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.DIC_DIM
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int deleteByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.DIC_DIM
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int insert(DicDim record); int insert(DicDim record);
/** DicDim selectByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.DIC_DIM
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
DicDim selectByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.DIC_DIM
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
List<DicDim> selectAll(); List<DicDim> selectAll();
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.DIC_DIM
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int updateByPrimaryKey(DicDim record); int updateByPrimaryKey(DicDim record);
} }
\ No newline at end of file
package com.bsoft.api.mapper; package com.bsoft.api.mapper;
import com.bsoft.api.model.DicInd; import com.bsoft.api.model.DicInd;
import java.math.BigDecimal;
import java.util.List; import java.util.List;
public interface DicIndMapper { public interface DicIndMapper {
/** int deleteByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.DIC_IND
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int deleteByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.DIC_IND
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int insert(DicInd record); int insert(DicInd record);
/** DicInd selectByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.DIC_IND
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
DicInd selectByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.DIC_IND
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
List<DicInd> selectAll(); List<DicInd> selectAll();
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.DIC_IND
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int updateByPrimaryKey(DicInd record); int updateByPrimaryKey(DicInd record);
} }
\ No newline at end of file
package com.bsoft.api.mapper; package com.bsoft.api.mapper;
import com.bsoft.api.model.DicOrg; import com.bsoft.api.model.DicOrg;
import java.math.BigDecimal;
import java.util.List; import java.util.List;
public interface DicOrgMapper { public interface DicOrgMapper {
/** int deleteByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.DIC_ORG
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int deleteByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.DIC_ORG
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int insert(DicOrg record); int insert(DicOrg record);
/** DicOrg selectByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.DIC_ORG
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
DicOrg selectByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.DIC_ORG
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
List<DicOrg> selectAll(); List<DicOrg> selectAll();
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.DIC_ORG
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int updateByPrimaryKey(DicOrg record); int updateByPrimaryKey(DicOrg record);
} }
\ No newline at end of file
package com.bsoft.api.mapper; package com.bsoft.api.mapper;
import com.bsoft.api.model.SerBlock; import com.bsoft.api.model.SerBlock;
import java.math.BigDecimal;
import java.util.List; import java.util.List;
public interface SerBlockMapper { public interface SerBlockMapper {
/** int deleteByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_BLOCK
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int deleteByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_BLOCK
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int insert(SerBlock record); int insert(SerBlock record);
/** SerBlock selectByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_BLOCK
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
SerBlock selectByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_BLOCK
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
List<SerBlock> selectAll(); List<SerBlock> selectAll();
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_BLOCK
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int updateByPrimaryKey(SerBlock record); int updateByPrimaryKey(SerBlock record);
} }
\ No newline at end of file
package com.bsoft.api.mapper; package com.bsoft.api.mapper;
import com.bsoft.api.model.SerPageBlockRs; import com.bsoft.api.model.SerPageBlockRs;
import java.math.BigDecimal;
import java.util.List; import java.util.List;
public interface SerPageBlockRsMapper { public interface SerPageBlockRsMapper {
/** int deleteByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_PAGE_BLOCK_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int deleteByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_PAGE_BLOCK_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int insert(SerPageBlockRs record); int insert(SerPageBlockRs record);
/** SerPageBlockRs selectByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_PAGE_BLOCK_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
SerPageBlockRs selectByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_PAGE_BLOCK_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
List<SerPageBlockRs> selectAll(); List<SerPageBlockRs> selectAll();
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_PAGE_BLOCK_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int updateByPrimaryKey(SerPageBlockRs record); int updateByPrimaryKey(SerPageBlockRs record);
} }
\ No newline at end of file
package com.bsoft.api.mapper; package com.bsoft.api.mapper;
import com.bsoft.api.model.SerPageDimRs; import com.bsoft.api.model.SerPageDimRs;
import java.math.BigDecimal;
import java.util.List; import java.util.List;
public interface SerPageDimRsMapper { public interface SerPageDimRsMapper {
/** int deleteByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_PAGE_DIM_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int deleteByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_PAGE_DIM_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int insert(SerPageDimRs record); int insert(SerPageDimRs record);
/** SerPageDimRs selectByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_PAGE_DIM_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
SerPageDimRs selectByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_PAGE_DIM_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
List<SerPageDimRs> selectAll(); List<SerPageDimRs> selectAll();
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_PAGE_DIM_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int updateByPrimaryKey(SerPageDimRs record); int updateByPrimaryKey(SerPageDimRs record);
} }
\ No newline at end of file
package com.bsoft.api.mapper; package com.bsoft.api.mapper;
import com.bsoft.api.model.SerPage; import com.bsoft.api.model.SerPage;
import java.math.BigDecimal;
import java.util.List; import java.util.List;
public interface SerPageMapper { public interface SerPageMapper {
/** int deleteByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_PAGE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int deleteByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_PAGE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int insert(SerPage record); int insert(SerPage record);
/** SerPage selectByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_PAGE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
SerPage selectByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_PAGE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
List<SerPage> selectAll(); List<SerPage> selectAll();
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SER_PAGE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int updateByPrimaryKey(SerPage record); int updateByPrimaryKey(SerPage record);
} }
\ No newline at end of file
package com.bsoft.api.mapper; package com.bsoft.api.mapper;
import com.bsoft.api.model.SysMenu; import com.bsoft.api.model.SysMenu;
import java.math.BigDecimal;
import java.util.List; import java.util.List;
public interface SysMenuMapper { public interface SysMenuMapper {
/** int deleteByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_MENU
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int deleteByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_MENU
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int insert(SysMenu record); int insert(SysMenu record);
/** SysMenu selectByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_MENU
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
SysMenu selectByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_MENU
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
List<SysMenu> selectAll(); List<SysMenu> selectAll();
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_MENU
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int updateByPrimaryKey(SysMenu record); int updateByPrimaryKey(SysMenu record);
} }
\ No newline at end of file
package com.bsoft.api.mapper; package com.bsoft.api.mapper;
import com.bsoft.api.model.SysOrg; import com.bsoft.api.model.SysOrg;
import java.math.BigDecimal;
import java.util.List; import java.util.List;
public interface SysOrgMapper { public interface SysOrgMapper {
/** int deleteByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_ORG
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int deleteByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_ORG
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int insert(SysOrg record); int insert(SysOrg record);
/** SysOrg selectByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_ORG
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
SysOrg selectByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_ORG
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
List<SysOrg> selectAll(); List<SysOrg> selectAll();
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_ORG
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int updateByPrimaryKey(SysOrg record); int updateByPrimaryKey(SysOrg record);
} }
\ No newline at end of file
package com.bsoft.api.mapper; package com.bsoft.api.mapper;
import com.bsoft.api.model.SysProject; import com.bsoft.api.model.SysProject;
import java.math.BigDecimal;
import java.util.List; import java.util.List;
public interface SysProjectMapper { public interface SysProjectMapper {
/** int deleteByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_PROJECT
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int deleteByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_PROJECT
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int insert(SysProject record); int insert(SysProject record);
/** SysProject selectByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_PROJECT
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
SysProject selectByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_PROJECT
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
List<SysProject> selectAll(); List<SysProject> selectAll();
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_PROJECT
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int updateByPrimaryKey(SysProject record); int updateByPrimaryKey(SysProject record);
} }
\ No newline at end of file
package com.bsoft.api.mapper; package com.bsoft.api.mapper;
import com.bsoft.api.model.SysRole; import com.bsoft.api.model.SysRole;
import java.math.BigDecimal;
import java.util.List; import java.util.List;
public interface SysRoleMapper { public interface SysRoleMapper {
/** int deleteByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_ROLE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int deleteByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_ROLE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int insert(SysRole record); int insert(SysRole record);
/** SysRole selectByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_ROLE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
SysRole selectByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_ROLE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
List<SysRole> selectAll(); List<SysRole> selectAll();
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_ROLE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int updateByPrimaryKey(SysRole record); int updateByPrimaryKey(SysRole record);
} }
\ No newline at end of file
package com.bsoft.api.mapper; package com.bsoft.api.mapper;
import com.bsoft.api.model.SysRoleMenuRs; import com.bsoft.api.model.SysRoleMenuRs;
import java.math.BigDecimal;
import java.util.List; import java.util.List;
public interface SysRoleMenuRsMapper { public interface SysRoleMenuRsMapper {
/** int deleteByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_ROLE_MENU_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int deleteByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_ROLE_MENU_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int insert(SysRoleMenuRs record); int insert(SysRoleMenuRs record);
/** SysRoleMenuRs selectByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_ROLE_MENU_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
SysRoleMenuRs selectByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_ROLE_MENU_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
List<SysRoleMenuRs> selectAll(); List<SysRoleMenuRs> selectAll();
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_ROLE_MENU_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int updateByPrimaryKey(SysRoleMenuRs record); int updateByPrimaryKey(SysRoleMenuRs record);
} }
\ No newline at end of file
package com.bsoft.api.mapper; package com.bsoft.api.mapper;
import com.bsoft.api.model.SysUser; import com.bsoft.api.model.SysUser;
import java.math.BigDecimal; import org.apache.ibatis.annotations.Param;
import java.util.List; import java.util.List;
public interface SysUserMapper { public interface SysUserMapper {
/** int deleteByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int deleteByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int insert(SysUser record); int insert(SysUser record);
/** SysUser selectByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
SysUser selectByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
List<SysUser> selectAll(); List<SysUser> selectAll();
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int updateByPrimaryKey(SysUser record); int updateByPrimaryKey(SysUser record);
SysUser selectByCode(@Param("userCode") String loginName);
} }
\ No newline at end of file
package com.bsoft.api.mapper; package com.bsoft.api.mapper;
import com.bsoft.api.model.SysUserMenuRs; import com.bsoft.api.model.SysUserMenuRs;
import java.math.BigDecimal;
import java.util.List; import java.util.List;
public interface SysUserMenuRsMapper { public interface SysUserMenuRsMapper {
/** int deleteByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER_MENU_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int deleteByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER_MENU_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int insert(SysUserMenuRs record); int insert(SysUserMenuRs record);
/** SysUserMenuRs selectByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER_MENU_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
SysUserMenuRs selectByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER_MENU_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
List<SysUserMenuRs> selectAll(); List<SysUserMenuRs> selectAll();
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER_MENU_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int updateByPrimaryKey(SysUserMenuRs record); int updateByPrimaryKey(SysUserMenuRs record);
} }
\ No newline at end of file
package com.bsoft.api.mapper; package com.bsoft.api.mapper;
import com.bsoft.api.model.SysUserOrgRs; import com.bsoft.api.model.SysUserOrgRs;
import java.math.BigDecimal;
import java.util.List; import java.util.List;
public interface SysUserOrgRsMapper { public interface SysUserOrgRsMapper {
/** int deleteByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER_ORG_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int deleteByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER_ORG_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int insert(SysUserOrgRs record); int insert(SysUserOrgRs record);
/** SysUserOrgRs selectByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER_ORG_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
SysUserOrgRs selectByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER_ORG_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
List<SysUserOrgRs> selectAll(); List<SysUserOrgRs> selectAll();
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER_ORG_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int updateByPrimaryKey(SysUserOrgRs record); int updateByPrimaryKey(SysUserOrgRs record);
} }
\ No newline at end of file
package com.bsoft.api.mapper; package com.bsoft.api.mapper;
import com.bsoft.api.model.SysUserRoleRs; import com.bsoft.api.model.SysUserRoleRs;
import java.math.BigDecimal;
import java.util.List; import java.util.List;
public interface SysUserRoleRsMapper { public interface SysUserRoleRsMapper {
/** int deleteByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER_ROLE_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int deleteByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER_ROLE_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int insert(SysUserRoleRs record); int insert(SysUserRoleRs record);
/** SysUserRoleRs selectByPrimaryKey(Long id);
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER_ROLE_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
SysUserRoleRs selectByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER_ROLE_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
List<SysUserRoleRs> selectAll(); List<SysUserRoleRs> selectAll();
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table LL.SYS_USER_ROLE_RS
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
int updateByPrimaryKey(SysUserRoleRs record); int updateByPrimaryKey(SysUserRoleRs record);
} }
\ No newline at end of file
package com.bsoft.api.model; package com.bsoft.api.model;
import java.math.BigDecimal;
import java.util.Date; import java.util.Date;
public class SysUser { public class SysUser {
/** private Long id;
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column LL.SYS_USER.ID
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
private BigDecimal id;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column LL.SYS_USER.CREATE_DATE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
private Date createDate; private Date createDate;
/** private Long createUserid;
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column LL.SYS_USER.CREATE_USERID
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
private BigDecimal createUserid;
/** private Short state;
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column LL.SYS_USER.STATE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
private BigDecimal state;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column LL.SYS_USER.USER_CODE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
private String userCode; private String userCode;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column LL.SYS_USER.USER_NAME
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
private String userName; private String userName;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column LL.SYS_USER.PASSWORD
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
private String password; private String password;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column LL.SYS_USER.IDCARD
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
private String idcard; private String idcard;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column LL.SYS_USER.SEX
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
private String sex; private String sex;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column LL.SYS_USER.MOBILE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
private String mobile; private String mobile;
/** public Long getId() {
* This method was generated by MyBatis Generator.
* This method returns the value of the database column LL.SYS_USER.ID
*
* @return the value of LL.SYS_USER.ID
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public BigDecimal getId() {
return id; return id;
} }
/** public void setId(Long id) {
* This method was generated by MyBatis Generator.
* This method sets the value of the database column LL.SYS_USER.ID
*
* @param id the value for LL.SYS_USER.ID
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public void setId(BigDecimal id) {
this.id = id; this.id = id;
} }
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column LL.SYS_USER.CREATE_DATE
*
* @return the value of LL.SYS_USER.CREATE_DATE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public Date getCreateDate() { public Date getCreateDate() {
return createDate; return createDate;
} }
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column LL.SYS_USER.CREATE_DATE
*
* @param createDate the value for LL.SYS_USER.CREATE_DATE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public void setCreateDate(Date createDate) { public void setCreateDate(Date createDate) {
this.createDate = createDate; this.createDate = createDate;
} }
/** public Long getCreateUserid() {
* This method was generated by MyBatis Generator.
* This method returns the value of the database column LL.SYS_USER.CREATE_USERID
*
* @return the value of LL.SYS_USER.CREATE_USERID
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public BigDecimal getCreateUserid() {
return createUserid; return createUserid;
} }
/** public void setCreateUserid(Long createUserid) {
* This method was generated by MyBatis Generator.
* This method sets the value of the database column LL.SYS_USER.CREATE_USERID
*
* @param createUserid the value for LL.SYS_USER.CREATE_USERID
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public void setCreateUserid(BigDecimal createUserid) {
this.createUserid = createUserid; this.createUserid = createUserid;
} }
/** public Short getState() {
* This method was generated by MyBatis Generator.
* This method returns the value of the database column LL.SYS_USER.STATE
*
* @return the value of LL.SYS_USER.STATE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public BigDecimal getState() {
return state; return state;
} }
/** public void setState(Short state) {
* This method was generated by MyBatis Generator.
* This method sets the value of the database column LL.SYS_USER.STATE
*
* @param state the value for LL.SYS_USER.STATE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public void setState(BigDecimal state) {
this.state = state; this.state = state;
} }
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column LL.SYS_USER.USER_CODE
*
* @return the value of LL.SYS_USER.USER_CODE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public String getUserCode() { public String getUserCode() {
return userCode; return userCode;
} }
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column LL.SYS_USER.USER_CODE
*
* @param userCode the value for LL.SYS_USER.USER_CODE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public void setUserCode(String userCode) { public void setUserCode(String userCode) {
this.userCode = userCode; this.userCode = userCode;
} }
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column LL.SYS_USER.USER_NAME
*
* @return the value of LL.SYS_USER.USER_NAME
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public String getUserName() { public String getUserName() {
return userName; return userName;
} }
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column LL.SYS_USER.USER_NAME
*
* @param userName the value for LL.SYS_USER.USER_NAME
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public void setUserName(String userName) { public void setUserName(String userName) {
this.userName = userName; this.userName = userName;
} }
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column LL.SYS_USER.PASSWORD
*
* @return the value of LL.SYS_USER.PASSWORD
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public String getPassword() { public String getPassword() {
return password; return password;
} }
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column LL.SYS_USER.PASSWORD
*
* @param password the value for LL.SYS_USER.PASSWORD
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public void setPassword(String password) { public void setPassword(String password) {
this.password = password; this.password = password;
} }
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column LL.SYS_USER.IDCARD
*
* @return the value of LL.SYS_USER.IDCARD
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public String getIdcard() { public String getIdcard() {
return idcard; return idcard;
} }
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column LL.SYS_USER.IDCARD
*
* @param idcard the value for LL.SYS_USER.IDCARD
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public void setIdcard(String idcard) { public void setIdcard(String idcard) {
this.idcard = idcard; this.idcard = idcard;
} }
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column LL.SYS_USER.SEX
*
* @return the value of LL.SYS_USER.SEX
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public String getSex() { public String getSex() {
return sex; return sex;
} }
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column LL.SYS_USER.SEX
*
* @param sex the value for LL.SYS_USER.SEX
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public void setSex(String sex) { public void setSex(String sex) {
this.sex = sex; this.sex = sex;
} }
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column LL.SYS_USER.MOBILE
*
* @return the value of LL.SYS_USER.MOBILE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public String getMobile() { public String getMobile() {
return mobile; return mobile;
} }
/**
* This method was generated by MyBatis Generator.
* This method sets the value of the database column LL.SYS_USER.MOBILE
*
* @param mobile the value for LL.SYS_USER.MOBILE
*
* @mbggenerated Mon Oct 21 18:59:44 CST 2019
*/
public void setMobile(String mobile) { public void setMobile(String mobile) {
this.mobile = mobile; this.mobile = mobile;
} }
......
...@@ -15,7 +15,6 @@ public class UserServiceImpl implements UserService { ...@@ -15,7 +15,6 @@ public class UserServiceImpl implements UserService {
@Override @Override
public SysUser findByLoginName(String loginName) { public SysUser findByLoginName(String loginName) {
// return sysUserMapper.selectByCode(loginName); return sysUserMapper.selectByCode(loginName);
return null;
} }
} }
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
<!--<property enName="mappers" value="com.suvalue.demo.mapper.BaseMapper"/>--> <!--<property enName="mappers" value="com.suvalue.demo.mapper.BaseMapper"/>-->
<!--</plugin>--> <!--</plugin>-->
<commentGenerator> <commentGenerator>
<property name="suppressAllComments" value="false"/> <property name="suppressAllComments" value="true"/>
<!-- 数据库注释支持 --> <!-- 数据库注释支持 -->
<!-- <property name="addRemarkComments" value="true"/>--> <property name="addRemarkComments" value="true"/>
</commentGenerator> </commentGenerator>
<!-- 数据库连接属性 --> <!-- 数据库连接属性 -->
<jdbcConnection driverClass="${spring.datasource.driver-class-name}" <jdbcConnection driverClass="${spring.datasource.driver-class-name}"
......
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