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
|
||||
|
||||
|
||||
@ -24,12 +24,12 @@ service VisionCareerApiServiceV1 {
|
||||
// ----------------------------------------
|
||||
|
||||
message User {
|
||||
int64 id = 1; // required
|
||||
string targetRole = 2;
|
||||
int64 id = 1; // required
|
||||
string targetRole = 2; // required
|
||||
string resumePath = 3;
|
||||
string workExperience = 4;
|
||||
string workFormat = 5;
|
||||
string salaryRange = 6;
|
||||
string workExperience = 4; // required
|
||||
string workFormat = 5; // required
|
||||
string salaryRange = 6; // required
|
||||
}
|
||||
|
||||
// ----------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user