|
@@ -1,536 +0,0 @@
|
|
|
-{
|
|
|
- "openapi": "3.0.1",
|
|
|
- "tags": [
|
|
|
- {
|
|
|
- "name": "售价_售价体系bom关联"
|
|
|
- }
|
|
|
- ],
|
|
|
- "paths": {
|
|
|
- "/priceSystemBom/page": {
|
|
|
- "post": {
|
|
|
- "summary": "分页",
|
|
|
- "tags": [
|
|
|
- "售价_售价体系bom关联"
|
|
|
- ],
|
|
|
- "requestBody": {
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "pageNum",
|
|
|
- "pageSize"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "pageNum": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "页数",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "pageSize": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "每页大小",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "responses": {
|
|
|
- "200": {
|
|
|
- "description": "成功",
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "code",
|
|
|
- "success",
|
|
|
- "msg",
|
|
|
- "data"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "code": {
|
|
|
- "type": "Integer",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "success": {
|
|
|
- "type": "boolean",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "msg": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "data": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "rows",
|
|
|
- "total"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "rows": {
|
|
|
- "type": "array",
|
|
|
- "required": null,
|
|
|
- "title": "分页数据",
|
|
|
- "properties": null,
|
|
|
- "items": {
|
|
|
- "type": "object",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "id": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "售价_售价体系bom关联id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "priceSystemId": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "售价体系id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "priceBillingStandardId": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "加工报价 加工计费标准id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "createTime": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "创建时间",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "updateTime": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "修改时间",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "total": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "总条数",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "/priceSystemBom/detail": {
|
|
|
- "post": {
|
|
|
- "summary": "明细",
|
|
|
- "tags": [
|
|
|
- "售价_售价体系bom关联"
|
|
|
- ],
|
|
|
- "requestBody": {
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "id"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "id": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "售价_售价体系bom关联id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "responses": {
|
|
|
- "200": {
|
|
|
- "description": "成功",
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "code",
|
|
|
- "success",
|
|
|
- "msg",
|
|
|
- "data"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "code": {
|
|
|
- "type": "Integer",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "success": {
|
|
|
- "type": "boolean",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "msg": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "data": {
|
|
|
- "type": "object",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "id": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "售价_售价体系bom关联id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "priceSystemId": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "售价体系id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "priceBillingStandardId": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "加工报价 加工计费标准id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "createTime": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "创建时间",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "updateTime": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": "修改时间",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "/priceSystemBom/add": {
|
|
|
- "post": {
|
|
|
- "summary": "新增",
|
|
|
- "tags": [
|
|
|
- "售价_售价体系bom关联"
|
|
|
- ],
|
|
|
- "requestBody": {
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "priceSystemId": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "售价体系id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "priceBillingStandardId": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "加工报价 加工计费标准id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "responses": {
|
|
|
- "200": {
|
|
|
- "description": "成功",
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "code",
|
|
|
- "success",
|
|
|
- "msg",
|
|
|
- "data"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "code": {
|
|
|
- "type": "Integer",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "success": {
|
|
|
- "type": "boolean",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "msg": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "data": {
|
|
|
- "type": null,
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "/priceSystemBom/edit": {
|
|
|
- "post": {
|
|
|
- "summary": "编辑",
|
|
|
- "tags": [
|
|
|
- "售价_售价体系bom关联"
|
|
|
- ],
|
|
|
- "requestBody": {
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "id": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "售价_售价体系bom关联id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "priceSystemId": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "售价体系id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "priceBillingStandardId": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "加工报价 加工计费标准id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "responses": {
|
|
|
- "200": {
|
|
|
- "description": "成功",
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "code",
|
|
|
- "success",
|
|
|
- "msg",
|
|
|
- "data"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "code": {
|
|
|
- "type": "Integer",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "success": {
|
|
|
- "type": "boolean",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "msg": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "data": {
|
|
|
- "type": null,
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "/priceSystemBom/delete": {
|
|
|
- "post": {
|
|
|
- "summary": "删除",
|
|
|
- "tags": [
|
|
|
- "售价_售价体系bom关联"
|
|
|
- ],
|
|
|
- "requestBody": {
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "id"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "id": {
|
|
|
- "type": "integer",
|
|
|
- "required": null,
|
|
|
- "title": "售价_售价体系bom关联id",
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "responses": {
|
|
|
- "200": {
|
|
|
- "description": "成功",
|
|
|
- "content": {
|
|
|
- "application/json": {
|
|
|
- "schema": {
|
|
|
- "type": "object",
|
|
|
- "required": [
|
|
|
- "code",
|
|
|
- "success",
|
|
|
- "msg",
|
|
|
- "data"
|
|
|
- ],
|
|
|
- "title": null,
|
|
|
- "properties": {
|
|
|
- "code": {
|
|
|
- "type": "Integer",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "success": {
|
|
|
- "type": "boolean",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "msg": {
|
|
|
- "type": "string",
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- },
|
|
|
- "data": {
|
|
|
- "type": null,
|
|
|
- "required": null,
|
|
|
- "title": null,
|
|
|
- "properties": null,
|
|
|
- "items": null
|
|
|
- }
|
|
|
- },
|
|
|
- "items": null
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-}
|