mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-03 17:46:36 +08:00
完善套餐
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user