-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
超星学习通 开发中 🚧
- Loading branch information
Showing
9 changed files
with
547 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,196 @@ | ||
package data | ||
|
||
type JobInfoData struct { | ||
Code int `json:"code"` | ||
Msg string `json:"msg"` | ||
Data struct { | ||
TotalCount int `json:"totalCount"` | ||
PageSize int `json:"pageSize"` | ||
TotalPage int `json:"totalPage"` | ||
CurrPage int `json:"currPage"` | ||
IsDeleted int `json:"isDeleted"` | ||
CreateBy string `json:"createBy"` | ||
ModifiedBy string `json:"modifiedBy"` | ||
CreateTime string `json:"createTime"` | ||
ModifiedTime string `json:"modifiedTime"` | ||
CreateByName interface{} `json:"createByName"` | ||
ModifiedByName interface{} `json:"modifiedByName"` | ||
OrderBy string `json:"orderBy"` | ||
Sort string `json:"sort"` | ||
JobId string `json:"jobId"` | ||
StudentId string `json:"studentId"` | ||
PlanId string `json:"planId"` | ||
CompanyId string `json:"companyId"` | ||
CompTeaName string `json:"compTeaName"` | ||
CompTeaMobile string `json:"compTeaMobile"` | ||
JobName string `json:"jobName"` | ||
JobContent string `json:"jobContent"` | ||
JobAddress string `json:"jobAddress"` | ||
Sector interface{} `json:"sector"` | ||
Category string `json:"category"` | ||
QuartersIntroduce string `json:"quartersIntroduce"` | ||
StartTime string `json:"startTime"` | ||
EndTime string `json:"endTime"` | ||
IsMajorRight int `json:"isMajorRight"` | ||
Salary string `json:"salary"` | ||
State int `json:"state"` | ||
ApplyState int `json:"applyState"` | ||
ApplyTeacherId string `json:"applyTeacherId"` | ||
Backup interface{} `json:"backup"` | ||
IsAuto int `json:"isAuto"` | ||
IsUpdate int `json:"isUpdate"` | ||
IsApplyUpdate int `json:"isApplyUpdate"` | ||
IsApplyEnd int `json:"isApplyEnd"` | ||
IsApplyChange int `json:"isApplyChange"` | ||
Office string `json:"office"` | ||
Attachments interface{} `json:"attachments"` | ||
IsChange int `json:"isChange"` | ||
OldJobId interface{} `json:"oldJobId"` | ||
OldIsCompanyAuthen interface{} `json:"oldIsCompanyAuthen"` | ||
SnowFlakeId int `json:"snowFlakeId"` | ||
HeadImg interface{} `json:"headImg"` | ||
ApplyTime interface{} `json:"applyTime"` | ||
StayType int `json:"stayType"` | ||
StayAddress string `json:"stayAddress"` | ||
StayProvince interface{} `json:"stayProvince"` | ||
PracticeCompanyEntity struct { | ||
TotalCount int `json:"totalCount"` | ||
PageSize int `json:"pageSize"` | ||
TotalPage int `json:"totalPage"` | ||
CurrPage int `json:"currPage"` | ||
IsDeleted int `json:"isDeleted"` | ||
CreateBy string `json:"createBy"` | ||
ModifiedBy string `json:"modifiedBy"` | ||
CreateTime string `json:"createTime"` | ||
ModifiedTime string `json:"modifiedTime"` | ||
CreateByName interface{} `json:"createByName"` | ||
ModifiedByName interface{} `json:"modifiedByName"` | ||
OrderBy string `json:"orderBy"` | ||
Sort string `json:"sort"` | ||
PracticeCompanyId interface{} `json:"practiceCompanyId"` | ||
CompanyName string `json:"companyName"` | ||
CompanyCode string `json:"companyCode"` | ||
Province string `json:"province"` | ||
City string `json:"city"` | ||
Area string `json:"area"` | ||
Address string `json:"address"` | ||
Zipcode interface{} `json:"zipcode"` | ||
PeopleNum string `json:"peopleNum"` | ||
CompanyType string `json:"companyType"` | ||
Trade string `json:"trade"` | ||
CompanScope interface{} `json:"companScope"` | ||
CompanyEmail string `json:"companyEmail"` | ||
State int `json:"state"` | ||
SchComTabName interface{} `json:"schComTabName"` | ||
ContactName string `json:"contactName"` | ||
IsCompanyAuthen int `json:"isCompanyAuthen"` | ||
ContactPhone string `json:"contactPhone"` | ||
TradeValue string `json:"tradeValue"` | ||
CompanyTypeValue string `json:"companyTypeValue"` | ||
SchoolCompanyId interface{} `json:"schoolCompanyId"` | ||
Source interface{} `json:"source"` | ||
} `json:"practiceCompanyEntity"` | ||
ProtocolState interface{} `json:"protocolState"` | ||
JobAddrPoint interface{} `json:"jobAddrPoint"` | ||
StuIds interface{} `json:"stuIds"` | ||
SchoolId interface{} `json:"schoolId"` | ||
DepId interface{} `json:"depId"` | ||
DeptName interface{} `json:"deptName"` | ||
TeaId interface{} `json:"teaId"` | ||
MajorId interface{} `json:"majorId"` | ||
ClassId interface{} `json:"classId"` | ||
BindState int `json:"bindState"` | ||
UserId interface{} `json:"userId"` | ||
ApplyEndTime interface{} `json:"applyEndTime"` | ||
Content interface{} `json:"content"` | ||
IsWeb interface{} `json:"isWeb"` | ||
Type interface{} `json:"type"` | ||
IsWriteJob int `json:"isWriteJob"` | ||
DepIds interface{} `json:"depIds"` | ||
ClassIds interface{} `json:"classIds"` | ||
MajorIds interface{} `json:"majorIds"` | ||
BatchId interface{} `json:"batchId"` | ||
Username interface{} `json:"username"` | ||
StuNum interface{} `json:"stuNum"` | ||
DepName interface{} `json:"depName"` | ||
MajorName interface{} `json:"majorName"` | ||
ClassName interface{} `json:"className"` | ||
TeaName interface{} `json:"teaName"` | ||
OldCompanyName interface{} `json:"oldCompanyName"` | ||
OldJobName interface{} `json:"oldJobName"` | ||
OldAddress interface{} `json:"oldAddress"` | ||
CompanyName string `json:"companyName"` | ||
CompanyCode string `json:"companyCode"` | ||
Province string `json:"province"` | ||
City string `json:"city"` | ||
Area string `json:"area"` | ||
Address string `json:"address"` | ||
Zipcode interface{} `json:"zipcode"` | ||
PeopleNum string `json:"peopleNum"` | ||
CompanyType string `json:"companyType"` | ||
Trade string `json:"trade"` | ||
CompanScope interface{} `json:"companScope"` | ||
CompanyEmail string `json:"companyEmail"` | ||
IsCompanyAuthen int `json:"isCompanyAuthen"` | ||
ContactPhone string `json:"contactPhone"` | ||
ContactName string `json:"contactName"` | ||
TeacherId interface{} `json:"teacherId"` | ||
SchoolTea interface{} `json:"schoolTea"` | ||
PlanTeacherStudentId interface{} `json:"planTeacherStudentId"` | ||
TradeValue string `json:"tradeValue"` | ||
CompanyTypeValue string `json:"companyTypeValue"` | ||
CategoryValue string `json:"categoryValue"` | ||
JobProvince string `json:"jobProvince"` | ||
JobCity string `json:"jobCity"` | ||
JobArea string `json:"jobArea"` | ||
ClassTeacherName interface{} `json:"classTeacherName"` | ||
ClassTeacherId interface{} `json:"classTeacherId"` | ||
AboutType interface{} `json:"aboutType"` | ||
IsShow interface{} `json:"isShow"` | ||
PlanName interface{} `json:"planName"` | ||
UpdateApplyState interface{} `json:"updateApplyState"` | ||
OldCompany interface{} `json:"oldCompany"` | ||
OldJob interface{} `json:"oldJob"` | ||
TableName1 interface{} `json:"tableName1"` | ||
TableName2 interface{} `json:"tableName2"` | ||
TableName3 interface{} `json:"tableName3"` | ||
StartIndex int `json:"startIndex"` | ||
PlanType interface{} `json:"planType"` | ||
SchoolName interface{} `json:"schoolName"` | ||
IsReport interface{} `json:"isReport"` | ||
IsCredential interface{} `json:"isCredential"` | ||
IsUpc interface{} `json:"isUpc"` | ||
Source interface{} `json:"source"` | ||
IsSeeEnd interface{} `json:"isSeeEnd"` | ||
IsHaveDinner int `json:"isHaveDinner"` | ||
IsSpecialMajor int `json:"isSpecialMajor"` | ||
SpecialMajor string `json:"specialMajor"` | ||
IsSecurity interface{} `json:"isSecurity"` | ||
IsHolidayPractice interface{} `json:"isHolidayPractice"` | ||
IsNightWord interface{} `json:"isNightWord"` | ||
IsEasyJob interface{} `json:"isEasyJob"` | ||
IsSpecialJob interface{} `json:"isSpecialJob"` | ||
SelectState interface{} `json:"selectState"` | ||
ApplyLevelJson string `json:"applyLevelJson"` | ||
LevelEntity []interface{} `json:"levelEntity"` | ||
ApplyCursor int `json:"applyCursor"` | ||
JobIds interface{} `json:"jobIds"` | ||
IsSameProvince interface{} `json:"isSameProvince"` | ||
SchoolProvince interface{} `json:"schoolProvince"` | ||
JobStartTime interface{} `json:"jobStartTime"` | ||
JobEndTime interface{} `json:"jobEndTime"` | ||
PlanStartTime interface{} `json:"planStartTime"` | ||
PlanEndTime interface{} `json:"planEndTime"` | ||
ApplyCursorDesc interface{} `json:"applyCursorDesc"` | ||
AcademeName interface{} `json:"academeName"` | ||
AcademeId interface{} `json:"academeId"` | ||
StudentNumber interface{} `json:"studentNumber"` | ||
Gender interface{} `json:"gender"` | ||
Grade interface{} `json:"grade"` | ||
BatchName interface{} `json:"batchName"` | ||
ParentImageList []interface{} `json:"parentImageList"` | ||
CardNo interface{} `json:"cardNo"` | ||
ParentImageJson interface{} `json:"parentImageJson"` | ||
TradeValueList interface{} `json:"tradeValueList"` | ||
} `json:"data"` | ||
} |
Oops, something went wrong.