完善分页开关

This commit is contained in:
jiang4869
2022-01-04 18:47:31 +08:00
parent 1278831995
commit dbd29c8ecc
3 changed files with 5 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ type funDef struct {
Em []EmInfo // index 列表
Primary []FList // primary unique
Index []FList // index
IsOutPage bool // 是否开启分页
}
//