实现带宽计费套餐

This commit is contained in:
刘祥超
2022-01-23 19:16:52 +08:00
parent 8445e811a5
commit 24c21c5513
26 changed files with 752 additions and 143 deletions

View File

@@ -1,6 +1,6 @@
package models
// 区域计费设置
// NodePriceItem 区域计费设置
type NodePriceItem struct {
Id uint32 `field:"id"` // ID
IsOn uint8 `field:"isOn"` // 是否启用