mirror of
https://shylinux.com/x/education
synced 2025-04-25 10:08:05 +08:00
15 lines
391 B
Go
15 lines
391 B
Go
package zijinlian
|
|
|
|
import (
|
|
"shylinux.com/x/community/src/gonganxitong"
|
|
"shylinux.com/x/enterprise/src/guanlixitong"
|
|
)
|
|
|
|
type Portal struct {
|
|
gonganxitong.Portal
|
|
placeCreate string `name:"placeCreate city_name* company_name* investor_name*" role:"void"`
|
|
}
|
|
|
|
func init() {
|
|
gonganxitong.PortalCmd(Portal{Portal: gonganxitong.NewPortal(userInvestor{}, investor{}, guanlixitong.Company{})})
|
|
} |