类 PcCnIndexController
- java.lang.Object
-
- cn.wizzer.app.web.modules.controllers.front.pc.PcCnIndexController
-
@IocBean @At("/public/pc/cn") public class PcCnIndexController extends Object中文站点演示 Created by wizzer on 2018/11/11.
-
-
方法详细资料
-
index
@At(value="/index", top=false) @Ok("beetl:/public/pc/cn/index/index.html") public void index(@Param(value="page",df="1") int page, @Param(value="size",df="15") int size, @Param(value="startDate",df="") String startDate, @Param(value="endDate",df="") String endDate, javax.servlet.http.HttpServletRequest req)
-
-