1、用户资料加入[个人博客地址、码云/GitHub地址](部分用户开放设置)
2、加入用户信息接口UF/UI,优化用户信息设置代码
This commit is contained in:
10
src/com/lxyer/bbs/base/UF.java
Normal file
10
src/com/lxyer/bbs/base/UF.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package com.lxyer.bbs.base;
|
||||
|
||||
/**
|
||||
* user foreign key (userId)
|
||||
* Created by liangxianyou at 2018/6/9 14:50.
|
||||
*/
|
||||
public interface UF<I extends UI> {
|
||||
int getUserId();
|
||||
I createInfo();
|
||||
}
|
Reference in New Issue
Block a user