mirror of
https://shylinux.com/x/community
synced 2025-05-10 23:48:10 +08:00
14 lines
380 B
Go
14 lines
380 B
Go
package huodongzuzhi
|
|
|
|
import (
|
|
"shylinux.com/x/community/src/gonganxitong"
|
|
"shylinux.com/x/enterprise/src/guanlixitong"
|
|
)
|
|
|
|
type Portal struct {
|
|
guanlixitong.Portal
|
|
placeCreate string `name:"placeCreate city_name* company_name* group_type*:select group_name*" role:"void"`
|
|
}
|
|
|
|
func init() { gonganxitong.PortalCmd(Portal{Portal: guanlixitong.NewPortal(userGroup{}, group{})}) }
|