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{})) }