| | |
| | | type: integer |
| | | overTimeDuration: |
| | | type: number |
| | | phoneNum: |
| | | type: string |
| | | startWorkTime: |
| | | type: string |
| | | status: |
| | |
| | | name: |
| | | type: string |
| | | salaryFormula: |
| | | description: SalaryType string `json:"salaryType" gorm:"type:varchar(255);comment:薪资类型"` |
| | | type: string |
| | | salaryType: |
| | | type: string |
| | | $ref: '#/definitions/models.MiniDict' |
| | | salaryTypeId: |
| | | type: integer |
| | | updatedAt: |
| | | type: string |
| | | workTypes: |
| | |
| | | description: 开始纤度 |
| | | type: number |
| | | type: object |
| | | request.SalaryReportForms: |
| | | properties: |
| | | keyword: |
| | | type: string |
| | | month: |
| | | type: string |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | type: object |
| | | request.SalaryType: |
| | | properties: |
| | | type: |
| | |
| | | type: object |
| | | request.SalaryTypeValue: |
| | | properties: |
| | | id: |
| | | type: integer |
| | | isDefault: |
| | | description: 是否可编辑 |
| | | type: boolean |
| | |
| | | startFineness: |
| | | description: 开始纤度 |
| | | type: number |
| | | type: object |
| | | response.SalaryDetail: |
| | | properties: |
| | | amount: |
| | | description: 工资值 |
| | | type: number |
| | | salaryType: |
| | | description: 薪资类型 |
| | | type: string |
| | | salaryTypeId: |
| | | description: 薪资类型id |
| | | type: integer |
| | | type: object |
| | | response.SalaryReportForms: |
| | | properties: |
| | | details: |
| | | items: |
| | | $ref: '#/definitions/response.SalaryDetail' |
| | | type: array |
| | | issueSalary: |
| | | description: 应发工资 |
| | | type: number |
| | | phone: |
| | | type: string |
| | | remark: |
| | | description: 备注 |
| | | type: string |
| | | workType: |
| | | description: 工种 |
| | | type: string |
| | | workerId: |
| | | type: string |
| | | workerName: |
| | | type: string |
| | | type: object |
| | | util.Response: |
| | | properties: |
| | |
| | | summary: 保存产量登记表 |
| | | tags: |
| | | - 生产管理/产量登记表 |
| | | /api-jl/v1/forms/salaryReportForms: |
| | | post: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.SalaryReportForms' |
| | | - description: token |
| | | in: header |
| | | name: Authorization |
| | | required: true |
| | | type: string |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/response.SalaryReportForms' |
| | | type: array |
| | | type: object |
| | | summary: 薪资报表 |
| | | tags: |
| | | - 报表管理 |
| | | /api-jl/v1/mentor/createMentorInfo: |
| | | post: |
| | | parameters: |