This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeCommon/pkg/rpc/protos/models/model_traffic_package_price.proto
T

12 lines
225 B
Protocol Buffer

syntax = "proto3";
option go_package = "./pb";
package pb;
// 流量包价格定义
message TrafficPackagePrice {
int64 trafficPackageId = 1;
int64 nodeRegionId = 2;
int64 trafficPackagePeriodId = 3;
double price = 4;
}