将 LoginUser 重构到 UserSessionService 模块汇总

This commit is contained in:
YunaiV
2021-01-29 22:47:03 +08:00
parent b557251b6f
commit ab94fe2d4b
21 changed files with 314 additions and 359 deletions

View File

@ -34,7 +34,4 @@ public class BaseDO implements Serializable {
@TableLogic
private Integer deleted;
// /** 备注 */ TODO 思考下,怎么解决
// private String remark;
}