From 0f8093693d0cd3b8da71abac95c617aa850f4819 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期一, 22 四月 2024 15:44:55 +0800
Subject: [PATCH] 考勤管理

---
 docs/swagger.yaml |  800 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 791 insertions(+), 9 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index c137ee3..fe55a41 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -50,6 +50,52 @@
     - DictTypeWorkshop
     - DictTypeColor
     - DictTypeSpec
+  constvar.MiniDictType:
+    enum:
+    - 1
+    - 2
+    - 3
+    - 4
+    - 5
+    - 6
+    - 7
+    - 8
+    type: integer
+    x-enum-comments:
+      EarlyWarningDay: 棰勮澶╂暟
+      InspectionWayType: 璐ㄦ鏂瑰紡绫诲瀷
+      MiniDictTypeBomVersionType: Bom鐗堟湰绫诲瀷
+      MiniDictTypePlcBrand: PLC鍝佺墝
+      OutsourcingSupplierCreditGrade: 淇$敤绛夌骇
+      OutsourcingSupplierRange: 渚涜揣鑼冨洿
+      OutsourcingSupplierType: 濮斿渚涘簲鍟嗙被鍨�
+      SalaryType: 鍢夎仈钖祫绫诲瀷
+    x-enum-varnames:
+    - MiniDictTypePlcBrand
+    - MiniDictTypeBomVersionType
+    - EarlyWarningDay
+    - InspectionWayType
+    - OutsourcingSupplierType
+    - OutsourcingSupplierCreditGrade
+    - OutsourcingSupplierRange
+    - SalaryType
+  constvar.WorkerStatus:
+    enum:
+    - 1
+    - 2
+    - 3
+    - 4
+    type: integer
+    x-enum-comments:
+      WorkerStatusHoliday: 璇峰亣
+      WorkerStatusOvertime: 鍔犵彮
+      WorkerStatusRest: 浼戞伅
+      WorkerStatusWorking: 鍦ㄧ彮
+    x-enum-varnames:
+    - WorkerStatusWorking
+    - WorkerStatusRest
+    - WorkerStatusHoliday
+    - WorkerStatusOvertime
   gorm.DeletedAt:
     properties:
       time:
@@ -57,6 +103,37 @@
       valid:
         description: Valid is true if Time is not NULL
         type: boolean
+    type: object
+  models.AttendanceManage:
+    properties:
+      addPeople:
+        type: string
+      classes:
+        type: string
+      classesEndTime:
+        type: string
+      classesStartTime:
+        type: string
+      createTime:
+        type: string
+      createdAt:
+        type: string
+      date:
+        type: string
+      deletedAt:
+        $ref: '#/definitions/gorm.DeletedAt'
+      endWorkTime:
+        type: string
+      id:
+        type: integer
+      startWorkTime:
+        type: string
+      updatedAt:
+        type: string
+      workerId:
+        type: string
+      workerName:
+        type: string
     type: object
   models.Dict:
     properties:
@@ -259,6 +336,45 @@
         description: 鏁伴噺
         type: integer
     type: object
+  models.Mentor:
+    properties:
+      createdAt:
+        type: string
+      creator:
+        type: string
+      days:
+        description: 澶╂暟
+        type: integer
+      deletedAt:
+        $ref: '#/definitions/gorm.DeletedAt'
+      id:
+        type: integer
+      month:
+        description: 鏈堜唤
+        type: string
+      updatedAt:
+        type: string
+      worker:
+        allOf:
+        - $ref: '#/definitions/models.Worker'
+        description: 宸ヤ汉ID
+      workerId:
+        description: 宸ヤ汉ID
+        type: string
+    type: object
+  models.MiniDict:
+    properties:
+      id:
+        type: integer
+      isDefault:
+        type: boolean
+      name:
+        type: string
+      type:
+        $ref: '#/definitions/constvar.MiniDictType'
+      value:
+        type: string
+    type: object
   models.RawSilkPriceStandard:
     properties:
       createdAt:
@@ -281,6 +397,83 @@
         type: string
       updatedAt:
         type: string
+    type: object
+  models.SalaryPlan:
+    properties:
+      addPeople:
+        type: string
+      createTime:
+        type: string
+      createdAt:
+        type: string
+      cycle:
+        type: string
+      deletedAt:
+        $ref: '#/definitions/gorm.DeletedAt'
+      id:
+        type: integer
+      name:
+        type: string
+      salaryFormula:
+        type: string
+      salaryType:
+        type: string
+      updatedAt:
+        type: string
+      workTypes:
+        items:
+          $ref: '#/definitions/models.WorkTypeManage'
+        type: array
+    type: object
+  models.WorkTypeManage:
+    properties:
+      addPeople:
+        type: string
+      createTime:
+        type: string
+      createdAt:
+        type: string
+      deletedAt:
+        $ref: '#/definitions/gorm.DeletedAt'
+      guaranteedWages:
+        type: number
+      id:
+        type: integer
+      isGuaranteed:
+        type: boolean
+      salaryPlans:
+        items:
+          $ref: '#/definitions/models.SalaryPlan'
+        type: array
+      updatedAt:
+        type: string
+      workName:
+        type: string
+    type: object
+  models.Worker:
+    properties:
+      addPeople:
+        type: string
+      employmentTime:
+        type: string
+      groupNumber:
+        type: integer
+      id:
+        type: string
+      name:
+        type: string
+      phoneNum:
+        type: string
+      shopId:
+        type: string
+      shopName:
+        type: string
+      status:
+        $ref: '#/definitions/constvar.WorkerStatus'
+      workType:
+        type: string
+      workTypeId:
+        type: integer
     type: object
   models.WorkshopManage:
     properties:
@@ -382,10 +575,10 @@
         type: string
       vehicleSpeed:
         type: number
-      workshopId:
-        type: integer
       workshopName:
         description: 杞﹂棿鍚�
+        type: string
+      workshopNumber:
         type: string
     type: object
   models.YieldRegisterCircle:
@@ -498,6 +691,18 @@
         description: 杞︾粍
         type: integer
     type: object
+  request.AddMentorRequest:
+    properties:
+      days:
+        description: 澶╂暟
+        type: integer
+      month:
+        description: 鏈堜唤
+        type: string
+      workerId:
+        description: 宸ヤ汉ID
+        type: string
+    type: object
   request.ChangeYieldRegister:
     properties:
       createTime:
@@ -512,9 +717,16 @@
       spec:
         description: 瑙勬牸
         type: string
-      workshopId:
-        description: 杞﹂棿id
-        type: integer
+      workshopNumber:
+        description: 杞﹂棿缂栫爜
+        type: string
+    type: object
+  request.DeleteAttendanceInfo:
+    properties:
+      ids:
+        items:
+          type: integer
+        type: array
     type: object
   request.DynamicsRank:
     properties:
@@ -543,13 +755,68 @@
         description: 鍚堣
         type: number
     type: object
+  request.GetAttendanceList:
+    properties:
+      keyword:
+        type: string
+      page:
+        description: 椤电爜
+        type: integer
+      pageSize:
+        description: 姣忛〉澶у皬
+        type: integer
+    type: object
+  request.GetMentorList:
+    properties:
+      keyword:
+        type: string
+      page:
+        description: 椤电爜
+        type: integer
+      pageSize:
+        description: 姣忛〉澶у皬
+        type: integer
+    type: object
+  request.GetSalaryPlanList:
+    properties:
+      keyword:
+        type: string
+      page:
+        description: 椤电爜
+        type: integer
+      pageSize:
+        description: 姣忛〉澶у皬
+        type: integer
+    type: object
+  request.GetWorkTypeList:
+    properties:
+      keyword:
+        type: string
+      page:
+        description: 椤电爜
+        type: integer
+      pageSize:
+        description: 姣忛〉澶у皬
+        type: integer
+    type: object
+  request.GetWorkerList:
+    properties:
+      keyword:
+        type: string
+      page:
+        description: 椤电爜
+        type: integer
+      pageSize:
+        description: 姣忛〉澶у皬
+        type: integer
+    type: object
   request.GetWorkshopManageCar:
     properties:
       groupNumber:
         description: 缁勫埆
         type: integer
       marketName:
-        description: /搴勫彛鍚�
+        description: 搴勫彛鍚�
         type: string
       workshopName:
         description: 杞﹂棿鍚嶇О
@@ -605,6 +872,26 @@
         description: 寮�濮嬬氦搴�
         type: number
     type: object
+  request.SalaryType:
+    properties:
+      type:
+        allOf:
+        - $ref: '#/definitions/constvar.MiniDictType'
+        description: 瀛楀吀绫诲瀷,钖祫绫诲瀷:8
+      values:
+        items:
+          $ref: '#/definitions/request.SalaryTypeValue'
+        type: array
+    type: object
+  request.SalaryTypeValue:
+    properties:
+      isDefault:
+        description: 鏄惁鍙紪杈�
+        type: boolean
+      name:
+        description: 鍚嶇О
+        type: string
+    type: object
   request.SaveRankStandard:
     properties:
       rankStandard:
@@ -628,6 +915,20 @@
         type: string
       remark:
         description: 澶囨敞
+        type: string
+    type: object
+  request.UpdateMentorRequest:
+    properties:
+      days:
+        description: 澶╂暟
+        type: integer
+      id:
+        type: integer
+      month:
+        description: 鏈堜唤
+        type: string
+      workerId:
+        description: 宸ヤ汉ID
         type: string
     type: object
   request.YieldRegisterCircleInfo:
@@ -749,9 +1050,9 @@
       vehicleSpeed:
         description: 瀹炴椂杞﹂��
         type: number
-      workshopId:
-        description: 杞﹂棿id
-        type: integer
+      workshopNumber:
+        description: 杞﹂棿缂栫爜
+        type: string
     type: object
   request.YieldRegisterItemInfo:
     properties:
@@ -859,6 +1160,73 @@
 info:
   contact: {}
 paths:
+  /api-jl/v1/attendance/attendanceInput:
+    post:
+      produces:
+      - application/xlsx
+      responses:
+        "200":
+          description: 鎴愬姛
+          schema:
+            $ref: '#/definitions/util.Response'
+      summary: 鑰冨嫟瀵煎叆
+      tags:
+      - 鑰冨嫟绠$悊
+  /api-jl/v1/attendance/deleteAttendanceInfo:
+    delete:
+      parameters:
+      - description: 鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/request.DeleteAttendanceInfo'
+      - description: token
+        in: header
+        name: Authorization
+        required: true
+        type: string
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: 鎴愬姛
+          schema:
+            $ref: '#/definitions/util.Response'
+      summary: 鍒犻櫎鑰冨嫟淇℃伅
+      tags:
+      - 鑰冨嫟绠$悊
+  /api-jl/v1/attendance/getAttendanceList:
+    post:
+      parameters:
+      - description: 鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/request.GetAttendanceList'
+      - 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/models.AttendanceManage'
+                  type: array
+              type: object
+      summary: 鑾峰彇鑰冨嫟鍒楄〃
+      tags:
+      - 鑰冨嫟绠$悊
   /api-jl/v1/fineness/changeYieldRegister:
     post:
       parameters:
@@ -1153,6 +1521,240 @@
       summary: 淇濆瓨浜ч噺鐧昏琛�
       tags:
       - 鐢熶骇绠$悊/浜ч噺鐧昏琛�
+  /api-jl/v1/mentor/createMentorInfo:
+    post:
+      parameters:
+      - description: 鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/request.AddMentorRequest'
+      - description: token
+        in: header
+        name: Authorization
+        required: true
+        type: string
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: 鎴愬姛
+          schema:
+            $ref: '#/definitions/util.Response'
+      summary: 鍒涘缓甯﹀緬淇℃伅
+      tags:
+      - 甯﹀緬绠$悊
+  /api-jl/v1/mentor/deleteMentorInfo/{id}:
+    delete:
+      parameters:
+      - description: id
+        in: path
+        name: id
+        required: true
+        type: string
+      - description: token
+        in: header
+        name: Authorization
+        required: true
+        type: string
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: 鎴愬姛
+          schema:
+            $ref: '#/definitions/util.Response'
+      summary: 鍒犻櫎甯﹀緬淇℃伅
+      tags:
+      - 甯﹀緬绠$悊
+  /api-jl/v1/mentor/getMentorList:
+    post:
+      parameters:
+      - description: 鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/request.GetMentorList'
+      - 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/models.Mentor'
+                  type: array
+              type: object
+      summary: 鑾峰彇甯﹀緬淇℃伅鍒楄〃
+      tags:
+      - 甯﹀緬绠$悊
+  /api-jl/v1/mentor/updateMentorInfo:
+    post:
+      parameters:
+      - description: 鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/request.UpdateMentorRequest'
+      - description: token
+        in: header
+        name: Authorization
+        required: true
+        type: string
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: 鎴愬姛
+          schema:
+            $ref: '#/definitions/util.Response'
+      summary: 鏇存柊甯﹀緬淇℃伅
+      tags:
+      - 甯﹀緬绠$悊
+  /api-jl/v1/salary/deleteSalaryPlanInfo/{id}:
+    delete:
+      parameters:
+      - description: id
+        in: path
+        name: id
+        required: true
+        type: string
+      - description: token
+        in: header
+        name: Authorization
+        required: true
+        type: string
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: 鎴愬姛
+          schema:
+            $ref: '#/definitions/util.Response'
+      summary: 鍒犻櫎钖叕鏂规
+      tags:
+      - 鍛樺伐钖祫/钖叕鏂规
+  /api-jl/v1/salary/getSalaryPlanList:
+    post:
+      parameters:
+      - description: 鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/request.GetSalaryPlanList'
+      - 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/models.SalaryPlan'
+                  type: array
+              type: object
+      summary: 鑾峰彇钖叕鏂规鍒楄〃
+      tags:
+      - 鍛樺伐钖祫/钖叕鏂规
+  /api-jl/v1/salary/getSalaryTypeList/{type}:
+    get:
+      parameters:
+      - description: type
+        in: path
+        name: number
+        required: true
+        type: string
+      - 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/models.MiniDict'
+                  type: array
+              type: object
+      summary: 鑾峰彇钖祫绫诲瀷鍒楄〃
+      tags:
+      - 鍛樺伐钖祫/钖叕鏂规
+  /api-jl/v1/salary/saveSalaryPlan:
+    post:
+      parameters:
+      - description: 鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/models.SalaryPlan'
+      - description: token
+        in: header
+        name: Authorization
+        required: true
+        type: string
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: 鎴愬姛
+          schema:
+            $ref: '#/definitions/util.Response'
+      summary: 淇濆瓨钖叕鏂规
+      tags:
+      - 鍛樺伐钖祫/钖叕鏂规
+  /api-jl/v1/salary/saveSalaryType:
+    post:
+      parameters:
+      - description: 鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/request.SalaryType'
+      - description: token
+        in: header
+        name: Authorization
+        required: true
+        type: string
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: 鎴愬姛
+          schema:
+            $ref: '#/definitions/util.Response'
+      summary: 淇濆瓨钖祫绫诲瀷
+      tags:
+      - 鍛樺伐钖祫/钖叕鏂规
   /api-jl/v1/system/deletePriceStandard/{id}:
     delete:
       parameters:
@@ -1551,4 +2153,184 @@
       summary: 淇濆瓨杞﹂棿绠$悊
       tags:
       - 绯荤粺璁剧疆/杞﹂棿绠$悊
+  /api-jl/v1/worker/createWorkerInfo:
+    post:
+      parameters:
+      - description: 鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/models.Worker'
+      - description: token
+        in: header
+        name: Authorization
+        required: true
+        type: string
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: 鎴愬姛
+          schema:
+            $ref: '#/definitions/util.Response'
+      summary: 鍒涘缓浜哄憳淇℃伅
+      tags:
+      - 鍛樺伐绠$悊/鍛樺伐淇℃伅
+  /api-jl/v1/worker/deleteWorkTypeInfo/{id}:
+    delete:
+      parameters:
+      - description: id
+        in: path
+        name: id
+        required: true
+        type: string
+      - description: token
+        in: header
+        name: Authorization
+        required: true
+        type: string
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: 鎴愬姛
+          schema:
+            $ref: '#/definitions/util.Response'
+      summary: 鍒犻櫎宸ョ淇℃伅
+      tags:
+      - 鍛樺伐绠$悊/宸ョ淇℃伅
+  /api-jl/v1/worker/deleteWorkerInfo/{id}:
+    delete:
+      parameters:
+      - description: id
+        in: path
+        name: id
+        required: true
+        type: string
+      - description: token
+        in: header
+        name: Authorization
+        required: true
+        type: string
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: 鎴愬姛
+          schema:
+            $ref: '#/definitions/util.Response'
+      summary: 鍒犻櫎浜哄憳淇℃伅
+      tags:
+      - 鍛樺伐绠$悊/鍛樺伐淇℃伅
+  /api-jl/v1/worker/getWorkTypeList:
+    post:
+      parameters:
+      - description: 鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/request.GetWorkTypeList'
+      - 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/models.WorkTypeManage'
+                  type: array
+              type: object
+      summary: 鑾峰彇宸ョ鍒楄〃
+      tags:
+      - 鍛樺伐绠$悊/宸ョ淇℃伅
+  /api-jl/v1/worker/getWorkerList:
+    post:
+      parameters:
+      - description: 鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/request.GetWorkerList'
+      - 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/models.Worker'
+                  type: array
+              type: object
+      summary: 鑾峰彇浜哄憳淇℃伅鍒楄〃
+      tags:
+      - 鍛樺伐绠$悊/鍛樺伐淇℃伅
+  /api-jl/v1/worker/saveWorkTypeInfo:
+    post:
+      parameters:
+      - description: 鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/models.WorkTypeManage'
+      - description: token
+        in: header
+        name: Authorization
+        required: true
+        type: string
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: 鎴愬姛
+          schema:
+            $ref: '#/definitions/util.Response'
+      summary: 淇濆瓨宸ョ淇℃伅
+      tags:
+      - 鍛樺伐绠$悊/宸ョ淇℃伅
+  /api-jl/v1/worker/updateWorkerInfo:
+    post:
+      parameters:
+      - description: 鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/models.Worker'
+      - description: token
+        in: header
+        name: Authorization
+        required: true
+        type: string
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: 鎴愬姛
+          schema:
+            $ref: '#/definitions/util.Response'
+      summary: 鏇存柊浜哄憳淇℃伅
+      tags:
+      - 鍛樺伐绠$悊/鍛樺伐淇℃伅
 swagger: "2.0"

--
Gitblit v1.8.0