docs/swagger.yaml
@@ -2248,6 +2248,28 @@ summary: 用id查询Supplier tags: - Supplier /s/getSupplierByNumber/{number}: get: consumes: - application/json parameters: - description: 供应商编码 in: path name: number required: true type: string produces: - application/json responses: "200": description: '{"success":true,"data":{},"msg":"查询成功"}' schema: type: string security: - ApiKeyAuth: [] summary: 用编码查询Supplier tags: - Supplier /s/getSupplierList: get: consumes: