feat: 会议选座、代表阅览2

This commit is contained in:
2026-08-30 15:49:13 +08:00
parent b0182731bd
commit 6124e33edb
7 changed files with 20 additions and 0 deletions
@@ -0,0 +1,20 @@
package com.budwk.app.zhgh.democratic.teachercongress.guildhall.controller;
import cn.dev33.satoken.annotation.SaCheckPermission;
import io.swagger.annotations.Api;
import org.nutz.ioc.loader.annotation.IocBean;
import org.nutz.mvc.annotation.At;
import org.nutz.mvc.annotation.Ok;
@Api("H5会议列表")
@IocBean
@At("/platform/guildHall/metting")
@Ok("json:full")
public class GuildHallMettingH5Controller {
@At("/h5")
@SaCheckPermission("h5.guildHall.metting")
@Ok("beetl:/platform/zhghh5/democratic/teachercongress/guildhall/selectSeat/list.html")
public void h5Index() {
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1010 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB