site is changed

This commit is contained in:
병준 박 2022-08-10 02:30:16 +00:00
parent 06d9c52203
commit ac441c063f

View File

@ -5,12 +5,12 @@ package bet.beteran.domain;
message Site { message Site {
string id = 1; string id = 1;
string url = 2; string url = 2;
string name = 3; optional string name = 3;
string path = 4; optional string path = 4;
bool show = 5; bool show = 5;
bool can_use = 6; bool can_use = 6;
string memo = 7; optional string memo = 7;
uint64 expires_at = 8; optional uint64 expires_at = 8;
uint64 created_at = 9; uint64 created_at = 9;
uint64 updated_at = 10; uint64 updated_at = 10;
} }