登录token优化

This commit is contained in:
2026-02-27 11:14:38 +08:00
parent c677027988
commit 7c65c549a0
6 changed files with 196 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
package com.mini.mybigscreen.biz.mapper;
import com.mini.mybigscreen.biz.domain.ErpAccount;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* 账户信息 Mapper 接口
* </p>
*
* @author gaoxq
* @since 2026-02-27
*/
public interface ErpAccountMapper extends BaseMapper<ErpAccount> {
}