mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-01 10:35:18 +08:00
增加账单、套餐相关配置
This commit is contained in:
11
pkg/serverconfigs/plan_config.go
Normal file
11
pkg/serverconfigs/plan_config.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
|
||||
package serverconfigs
|
||||
|
||||
type PlanConfig struct {
|
||||
Id int64 `yaml:"id" json:"id"`
|
||||
}
|
||||
|
||||
func (this *PlanConfig) Init() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user