1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-01 22:53:29 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

升级后端springboot和mysql依赖版本;升级前端依赖;移除前端无用依赖;微调分类详情页表格鼠标悬浮样式

This commit is contained in:
2022-04-05 21:22:46 +08:00
parent 4e3d44ada8
commit cc72849163
9 changed files with 80 additions and 40 deletions

View File

@@ -45,6 +45,14 @@ public interface FileObjectDOMapper {
*/
int updateByPrimaryKeySelective(FileObjectDO record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table file_object_info
*
* @mbg.generated
*/
int updateByPrimaryKeyWithBLOBs(FileObjectDO record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table file_object_info

View File

@@ -53,20 +53,8 @@ public interface ThirdPartyUserAuthDOMapper {
*/
int updateByPrimaryKey(ThirdPartyUserAuthDO record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table third_party_user_auth_relation
*
* @mbg.generated
*/
ThirdPartyUserAuthDO selectByThirdPartyUserId(Integer id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table third_party_user_auth_relation
*
* @mbg.generated
*/
ThirdPartyUserAuthDO selectByUserId(Integer id);
/**