IP名单新增IPv6和所有IP两种类型

This commit is contained in:
刘祥超
2021-02-02 15:25:49 +08:00
parent a1ce71d9ad
commit 7f4bae9942
5 changed files with 118 additions and 87 deletions

View File

@@ -12,4 +12,5 @@ message IPItem {
string reason = 6;
int64 listId = 7;
bool isDeleted = 8;
string type = 9;
}