mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-30 23:16:37 +08:00
增加流量包相关接口
This commit is contained in:
12
pkg/rpc/protos/models/model_traffic_package_price.proto
Normal file
12
pkg/rpc/protos/models/model_traffic_package_price.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
// 流量包价格定义
|
||||
message TrafficPackagePrice {
|
||||
int64 trafficPackageId = 1;
|
||||
int64 nodeRegionId = 2;
|
||||
int64 trafficPackagePeriodId = 3;
|
||||
float price = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user