GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
1a7c1c0e97d865573f28e52880a445fe072075cb
Authored by
zhangqijia
2023-04-12 15:59:41 +0800
1 parent
d02727e9
fix: task
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models.proto
Inline
Side-by-side
models.proto
Wrap text
Show/Hide comments
View file @
1a7c1c0
...
...
@@ -150,7 +150,7 @@ message Task {
150
150
map<int32,int32> week_task = 4;
151
151
152
152
map<int32,string> specify_task = 6;
153
- map<int32,
string
> achievement_task = 7;
153
+ map<int32,
int32
> achievement_task = 7;
154
154
}
155
155
156
156
message Dispatch {
...
...