work shop level
parent
bb086b8110
commit
452b5e51b8
|
@ -126,6 +126,12 @@ import "CommonProto.proto";
|
|||
|
||||
message WorkTechnologyLevelRequest{
|
||||
optional int32 id = 1;//
|
||||
optional int32 targetLevel = 2;//等级
|
||||
}
|
||||
|
||||
message WorkTechnologyLevelResponse{
|
||||
optional int32 id = 1;//
|
||||
optional int32 targetLevel = 2;//等级
|
||||
}
|
||||
|
||||
message WorkTechnologyResetRequest{
|
||||
|
|
Loading…
Reference in New Issue