初始化
parent
46f1c9fde1
commit
1d92b77aef
@ -0,0 +1,13 @@
|
||||
package com.api.aisin.web;
|
||||
|
||||
import javax.ws.rs.Path;
|
||||
|
||||
/**
|
||||
* @Author liang.cheng
|
||||
* @Date 2024/11/15 3:04 PM
|
||||
* @Description: TODO
|
||||
* @Version 1.0
|
||||
*/
|
||||
@Path("/aisin/resource")
|
||||
public class AccessCustomAction extends com.engine.aisin.web.AccessCustomAction {
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
package com.engine.aisin.service;
|
||||
|
||||
/**
|
||||
* @Author liang.cheng
|
||||
* @Date 2024/11/15 3:16 PM
|
||||
* @Description: TODO
|
||||
* @Version 1.0
|
||||
*/
|
||||
public interface AccessCustomService {
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
package com.engine.aisin.service.impl;
|
||||
|
||||
import com.engine.aisin.service.AccessCustomService;
|
||||
import com.engine.core.impl.Service;
|
||||
|
||||
|
||||
/**
|
||||
* @Author liang.cheng
|
||||
* @Date 2024/11/15 3:17 PM
|
||||
* @Description: TODO
|
||||
* @Version 1.0
|
||||
*/
|
||||
public class AccessCustomServiceImpl extends Service implements AccessCustomService {
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
package com.engine.aisin.web;
|
||||
|
||||
/**
|
||||
* @Author liang.cheng
|
||||
* @Date 2024/11/15 3:05 PM
|
||||
* @Description: TODO
|
||||
* @Version 1.0
|
||||
*/
|
||||
public class AccessCustomAction {
|
||||
}
|
Loading…
Reference in New Issue