|
|
@ -1,12 +1,8 @@
|
|
|
|
package ${domain}.frame.auth;
|
|
|
|
package ${domain}.frame.auth;
|
|
|
|
|
|
|
|
|
|
|
|
import ${domain}.frame.utils.IDgenerator;
|
|
|
|
|
|
|
|
<#if project.frameValue() = 1>
|
|
|
|
<#if project.frameValue() = 1>
|
|
|
|
import ${domain}.module.wsys.ent.Res;
|
|
|
|
import ${domain}.module.wsys.ent.Res;
|
|
|
|
import ${domain}.module.wsys.mgr.ResManager;
|
|
|
|
import ${domain}.module.wsys.mgr.ResManager;
|
|
|
|
import ${domain}.module.wsys.req.ResCreateRequest;
|
|
|
|
|
|
|
|
import ${domain}.module.wsys.req.ResFindRequest;
|
|
|
|
|
|
|
|
import ${domain}.module.wsys.rsp.ResFindResponse;
|
|
|
|
|
|
|
|
</#if>
|
|
|
|
</#if>
|
|
|
|
|
|
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
|
import java.io.Serializable;
|
|
|
|