This commit is contained in:
2024-11-20 23:26:51 +07:00
parent 6c99309caf
commit ee3e10d46d
11 changed files with 126 additions and 84 deletions
+2 -3
View File
@@ -58,9 +58,8 @@ message User {
message CreateCategoryReq {
string name = 1;
int32 user_id = 2;
bool favorite = 3;
int32 monthly_limit = 4;
bool favorite = 2;
int32 monthly_limit = 3;
}
message UpdateCategoryReq {