fix: Fixed project name.
This commit is contained in:
parent
60efd31105
commit
a5a9944731
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
|||||||
module gitea.cybertalant.ru/VisionCareerMiniapp/DataManagemet
|
module gitea.cybertalant.ru/VisionCareerMiniapp/DataManagement
|
||||||
|
|
||||||
go 1.24.0
|
go 1.24.0
|
||||||
|
|
||||||
|
|||||||
@ -25,11 +25,11 @@ service VisionCareerApiServiceV1 {
|
|||||||
|
|
||||||
message User {
|
message User {
|
||||||
int64 id = 1; // required
|
int64 id = 1; // required
|
||||||
string targetRole = 2;
|
string targetRole = 2; // required
|
||||||
string resumePath = 3;
|
string resumePath = 3;
|
||||||
string workExperience = 4;
|
string workExperience = 4; // required
|
||||||
string workFormat = 5;
|
string workFormat = 5; // required
|
||||||
string salaryRange = 6;
|
string salaryRange = 6; // required
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----------------------------------------
|
// ----------------------------------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user