完善套餐

This commit is contained in:
GoEdgeLab
2021-11-28 20:11:54 +08:00
parent 0492b62235
commit 2e9c2f3718
9 changed files with 1291 additions and 949 deletions

View File

@@ -3,7 +3,8 @@
package serverconfigs
type PlanConfig struct {
Id int64 `yaml:"id" json:"id"`
Id int64 `yaml:"id" json:"id"`
Name string `yaml:"name" json:"name"`
}
func (this *PlanConfig) Init() error {