master
wangbing 5 years ago
parent 45b3138aeb
commit 78adf337e5

@ -0,0 +1,13 @@
package ${basePackage}.action.ajax.${moudle};
import ${basePackage}.frame.base.Ajax;
import ${basePackage}.frame.base.BaseResponse;
public class UserAjax extends Ajax {
public BaseResponse create(String param) {
BaseResponse baseResponse = new BaseResponse();
return baseResponse;
}
}
Loading…
Cancel
Save

Powered by TurnKey Linux.