클래스설계서 기반 템플릿 클래스 생성
This commit is contained in:
parent
eb6eadfd91
commit
f7b78783bc
@ -1,31 +0,0 @@
|
||||
|
||||
package iams.nlib.user.service.impl;
|
||||
/**
|
||||
* Description :
|
||||
* @author
|
||||
* @since
|
||||
* @version
|
||||
* @see
|
||||
*
|
||||
* <pre>
|
||||
* << Modification Information >>
|
||||
*
|
||||
* Date Modifier Expression
|
||||
* ------- -------- ---------------------------
|
||||
*
|
||||
*
|
||||
*
|
||||
* </pre>
|
||||
*/
|
||||
public class LoginDAO
|
||||
{
|
||||
public DataApiResVO login(DataApiReqVO reqVO) {
|
||||
return null;
|
||||
}
|
||||
|
||||
public DataApiResVO logout(DataApiReqVO reqVO) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user