mirror of
https://shylinux.com/x/enterprise
synced 2025-07-03 05:21:20 +08:00
13 lines
398 B
Go
13 lines
398 B
Go
package yingxiaotuiguang
|
|
|
|
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* promotion_name* promotion_type:select" role:"void"`
|
|
}
|
|
|
|
func init() { gonganxitong.PortalCmd(Portal{Portal: guanlixitong.NewPortal(userPromotion{}, promotion{})}) } |