mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-25 03:26:36 +08:00
增加流量包相关接口
This commit is contained in:
13
pkg/rpc/protos/models/model_traffic_package_period.proto
Normal file
13
pkg/rpc/protos/models/model_traffic_package_period.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
// 流量包有效期
|
||||
message TrafficPackagePeriod {
|
||||
int64 id = 1;
|
||||
bool isOn = 2;
|
||||
int32 count = 3;
|
||||
string unit = 4;
|
||||
int32 months = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user