zhangqian
2023-08-29 79c5ab6dec7a29b824eee76b028d153e3b8174ad
update swag
3个文件已修改
44 ■■■■■ 已修改文件
docs/docs.go 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/swagger.json 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/swagger.yaml 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/docs.go
@@ -8425,8 +8425,16 @@
                    "description": "创建时间",
                    "type": "string"
                },
                "creator": {
                    "description": "制单人",
                    "type": "string"
                },
                "deliveryDate": {
                    "description": "交付日期",
                    "type": "string"
                },
                "handledBy": {
                    "description": "经办人",
                    "type": "string"
                },
                "id": {
@@ -8451,6 +8459,10 @@
                "purchaseTypeId": {
                    "description": "采购类型id",
                    "type": "integer"
                },
                "quantity": {
                    "description": "采购数量",
                    "type": "number"
                },
                "remark": {
                    "description": "备注",
@@ -8517,6 +8529,10 @@
        "purchase.PurchaseType": {
            "type": "object",
            "properties": {
                "created_at": {
                    "description": "创建时间",
                    "type": "string"
                },
                "id": {
                    "description": "主键ID",
                    "type": "integer"
docs/swagger.json
@@ -8416,8 +8416,16 @@
                    "description": "创建时间",
                    "type": "string"
                },
                "creator": {
                    "description": "制单人",
                    "type": "string"
                },
                "deliveryDate": {
                    "description": "交付日期",
                    "type": "string"
                },
                "handledBy": {
                    "description": "经办人",
                    "type": "string"
                },
                "id": {
@@ -8442,6 +8450,10 @@
                "purchaseTypeId": {
                    "description": "采购类型id",
                    "type": "integer"
                },
                "quantity": {
                    "description": "采购数量",
                    "type": "number"
                },
                "remark": {
                    "description": "备注",
@@ -8508,6 +8520,10 @@
        "purchase.PurchaseType": {
            "type": "object",
            "properties": {
                "created_at": {
                    "description": "创建时间",
                    "type": "string"
                },
                "id": {
                    "description": "主键ID",
                    "type": "integer"
docs/swagger.yaml
@@ -702,8 +702,14 @@
      created_at:
        description: 创建时间
        type: string
      creator:
        description: 制单人
        type: string
      deliveryDate:
        description: 交付日期
        type: string
      handledBy:
        description: 经办人
        type: string
      id:
        description: 主键ID
@@ -722,6 +728,9 @@
      purchaseTypeId:
        description: 采购类型id
        type: integer
      quantity:
        description: 采购数量
        type: number
      remark:
        description: 备注
        type: string
@@ -767,6 +776,9 @@
    type: object
  purchase.PurchaseType:
    properties:
      created_at:
        description: 创建时间
        type: string
      id:
        description: 主键ID
        type: integer