📄 iuserimpl.java
字号:
package com.aptech.business.iface.system;
import java.util.List;
import com.aptech.business.dm.BaseDM;
import com.aptech.business.exception.FatalException;
import com.aptech.business.iface.IBaseImpl;
public interface IUserImpl extends IBaseImpl {
void addUser();
/**
* 登陆函数
* @param dm
* @return
* @throws FatalException
*/
List login(BaseDM dm) throws FatalException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -