mirror of
https://shylinux.com/x/education
synced 2025-04-26 02:24:05 +08:00
11 lines
312 B
Go
11 lines
312 B
Go
package jiaowuxitong
|
|
|
|
import "shylinux.com/x/community/src/gonganxitong"
|
|
|
|
type Portal struct {
|
|
gonganxitong.Portal
|
|
placeCreate string `name:"placeCreate city_name* school_name* class_name* class_type:select grade*:select" role:"void"`
|
|
}
|
|
|
|
func init() { gonganxitong.PortalCmd(NewPortal(userClass{}, class{})) }
|