mirror of
https://shylinux.com/x/education
synced 2025-04-25 10:08:05 +08:00
14 lines
399 B
Go
14 lines
399 B
Go
package jiaowuxitong
|
|
|
|
import "shylinux.com/x/community/src/gonganxitong"
|
|
|
|
type Portal struct {
|
|
gonganxitong.Portal
|
|
list string `name:"list class_uid index uid auto" role:"void"`
|
|
placeCreate string `name:"placeCreate city_name* school_name* grade*:select name*" role:"void"`
|
|
}
|
|
|
|
func init() {
|
|
gonganxitong.PortalCmd(Portal{Portal: gonganxitong.NewPortal(userClass{}, Class{}, school{})})
|
|
}
|