liujiandao
2024-04-30 a5435e6664093cd4b2ead49409cb41e301e46514
docs/swagger.yaml
@@ -162,6 +162,8 @@
        type: integer
      overTimeDuration:
        type: number
      phoneNum:
        type: string
      startWorkTime:
        type: string
      status:
@@ -477,9 +479,12 @@
      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:
@@ -1032,6 +1037,19 @@
        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:
@@ -1045,6 +1063,8 @@
    type: object
  request.SalaryTypeValue:
    properties:
      id:
        type: integer
      isDefault:
        description: 是否可编辑
        type: boolean
@@ -1445,6 +1465,40 @@
      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:
@@ -1950,6 +2004,37 @@
      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: