From 7dd6097d42d6d6f254a84ab0111bac70f0358660 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 30 四月 2024 10:20:40 +0800
Subject: [PATCH] 加一些注释
---
docs/swagger.yaml | 36 +++++++++++++++++++++++++++---------
1 files changed, 27 insertions(+), 9 deletions(-)
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 9f9d21a..7d4e568 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -88,8 +88,11 @@
- 6
- 7
- 8
+ - 9
+ - 10
type: integer
x-enum-comments:
+ Absenteeism: 缂哄嫟
EarlyWarningDay: 棰勮澶╂暟
InspectionWayType: 璐ㄦ鏂瑰紡绫诲瀷
MiniDictTypeBomVersionType: Bom鐗堟湰绫诲瀷
@@ -98,6 +101,7 @@
OutsourcingSupplierRange: 渚涜揣鑼冨洿
OutsourcingSupplierType: 濮斿渚涘簲鍟嗙被鍨�
SalaryType: 鍢夎仈钖祫绫诲瀷
+ WildSilk: 閲庣氦
x-enum-varnames:
- MiniDictTypePlcBrand
- MiniDictTypeBomVersionType
@@ -107,6 +111,8 @@
- OutsourcingSupplierCreditGrade
- OutsourcingSupplierRange
- SalaryType
+ - WildSilk
+ - Absenteeism
constvar.WorkerStatus:
enum:
- 1
@@ -357,9 +363,6 @@
market:
description: 搴勫彛
type: string
- name:
- description: 杞﹂棿
- type: string
number:
description: 缂栧彿
type: string
@@ -381,6 +384,10 @@
workshopGroup:
description: 杞︾粍
type: integer
+ workshopName:
+ type: string
+ workshopNumber:
+ type: string
type: object
models.FinenessRoundingItem:
properties:
@@ -762,9 +769,6 @@
market:
description: 搴勫彛
type: string
- name:
- description: 杞﹂棿
- type: string
number:
description: 缂栧彿
type: string
@@ -786,6 +790,10 @@
workshopGroup:
description: 杞︾粍
type: integer
+ workshopName:
+ type: string
+ workshopNumber:
+ type: string
type: object
request.AddMentorRequest:
properties:
@@ -901,6 +909,8 @@
type: object
request.GetAttendanceStatistic:
properties:
+ keyword:
+ type: string
month:
description: 鏈堜唤
type: string
@@ -1329,6 +1339,9 @@
allOf:
- $ref: '#/definitions/constvar.AttendanceStatus'
description: 鐘舵��
+ weekDay:
+ description: 鏄熸湡
+ type: string
type: object
response.AttendanceList:
properties:
@@ -1693,14 +1706,19 @@
summary: 绾ゅ害妫�楠屽垪琛�
tags:
- 绾ゅ害妫�楠�
- post:
+ put:
parameters:
- - description: 瀛楀吀淇℃伅
+ - description: 鍙傛暟
in: body
name: object
required: true
schema:
- $ref: '#/definitions/models.FinenessCheck'
+ $ref: '#/definitions/response.FinenessCheckInfo'
+ - description: token
+ in: header
+ name: Authorization
+ required: true
+ type: string
produces:
- application/json
responses:
--
Gitblit v1.8.0