增加高防相应对象

This commit is contained in:
GoEdgeLab
2023-02-22 17:36:41 +08:00
parent 7f262a764a
commit 3ef2654393
26 changed files with 10271 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
syntax = "proto3";
option go_package = "./pb";
package pb;
// 高防实例有效期
message ADPackagePeriod {
int64 id = 1;
bool isOn = 2;
int32 count = 3;
string unit = 4;
int32 months = 5;
}