|
|
@@ -763,7 +763,7 @@ var doc = `{
|
|
|
"tags": [
|
|
|
"企业风险管理(app)"
|
|
|
],
|
|
|
- "summary": "查询业务管理(发票)(对应菜单:业务管理/发票)",
|
|
|
+ "summary": "查询财务管理(发票)(对应菜单:财务管理/发票)",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "OK",
|
|
|
@@ -829,7 +829,7 @@ var doc = `{
|
|
|
"tags": [
|
|
|
"企业风险管理(app)"
|
|
|
],
|
|
|
- "summary": "查询业务管理(款项)(对应菜单:业务管理/款项)",
|
|
|
+ "summary": "查询财务管理(款项)(对应菜单:财务管理/款项)",
|
|
|
"responses": {
|
|
|
"200": {
|
|
|
"description": "OK",
|
|
|
@@ -1024,6 +1024,39 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "/Ermcp/QueryWrStandard": {
|
|
|
+ "get": {
|
|
|
+ "security": [
|
|
|
+ {
|
|
|
+ "ApiKeyAuth": []
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "produces": [
|
|
|
+ "application/json"
|
|
|
+ ],
|
|
|
+ "tags": [
|
|
|
+ "企业风险管理(app)"
|
|
|
+ ],
|
|
|
+ "summary": "查询现货商品",
|
|
|
+ "responses": {
|
|
|
+ "200": {
|
|
|
+ "description": "OK",
|
|
|
+ "schema": {
|
|
|
+ "type": "array",
|
|
|
+ "items": {
|
|
|
+ "$ref": "#/definitions/ermcp.QryWrStandardRsp"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "500": {
|
|
|
+ "description": "Internal Server Error",
|
|
|
+ "schema": {
|
|
|
+ "$ref": "#/definitions/app.Response"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"/Erms2/QueryArbitrageStrategy": {
|
|
|
"get": {
|
|
|
"security": [
|
|
|
@@ -5313,6 +5346,10 @@ var doc = `{
|
|
|
"description": "申请时间",
|
|
|
"type": "string"
|
|
|
},
|
|
|
+ "auditname": {
|
|
|
+ "description": "审核人名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
"audittime": {
|
|
|
"description": "审核时间",
|
|
|
"type": "string"
|
|
|
@@ -5394,6 +5431,10 @@ var doc = `{
|
|
|
"description": "申请时间",
|
|
|
"type": "string"
|
|
|
},
|
|
|
+ "auditname": {
|
|
|
+ "description": "审核人名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
"audittime": {
|
|
|
"description": "审核时间",
|
|
|
"type": "string"
|
|
|
@@ -5475,6 +5516,10 @@ var doc = `{
|
|
|
"description": "申请时间",
|
|
|
"type": "string"
|
|
|
},
|
|
|
+ "auditname": {
|
|
|
+ "description": "审核人名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
"audittime": {
|
|
|
"description": "审核时间",
|
|
|
"type": "string"
|
|
|
@@ -5568,6 +5613,10 @@ var doc = `{
|
|
|
"description": "申请时间",
|
|
|
"type": "string"
|
|
|
},
|
|
|
+ "auditname": {
|
|
|
+ "description": "审核人名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
"audittime": {
|
|
|
"description": "审核时间",
|
|
|
"type": "string"
|
|
|
@@ -5642,6 +5691,9 @@ var doc = `{
|
|
|
"ermcp.QryUserInfoRsp": {
|
|
|
"$ref": "#/definitions/models.ErmcpUserModel"
|
|
|
},
|
|
|
+ "ermcp.QryWrStandardRsp": {
|
|
|
+ "$ref": "#/definitions/models.ErmcpWrstandard"
|
|
|
+ },
|
|
|
"erms2.QueryArbitrageStrategyRsp": {
|
|
|
"type": "object",
|
|
|
"required": [
|
|
|
@@ -7643,6 +7695,63 @@ var doc = `{
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "models.ErmcpWrstandard": {
|
|
|
+ "type": "object",
|
|
|
+ "properties": {
|
|
|
+ "areauserid": {
|
|
|
+ "description": "所属机构",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "createtime": {
|
|
|
+ "description": "创建时间",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "creatorid": {
|
|
|
+ "description": "创建人",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "deliverygoodsid": {
|
|
|
+ "description": "品种ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "enumdicname": {
|
|
|
+ "description": "单位名称",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "minivalue": {
|
|
|
+ "description": "最小变动值",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "minivaluedp": {
|
|
|
+ "description": "最小变动值小数位",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "realminivalue": {
|
|
|
+ "description": "实际最小变动值",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "realminivaluedp": {
|
|
|
+ "description": "实际最小变动值小数位",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "unitid": {
|
|
|
+ "description": "单位ID",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "wrstandardcode": {
|
|
|
+ "description": "现货商品代码",
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "wrstandardid": {
|
|
|
+ "description": "现货商品ID(SEQ_WRSTANDARD)",
|
|
|
+ "type": "integer"
|
|
|
+ },
|
|
|
+ "wrstandardname": {
|
|
|
+ "description": "现货商品名称",
|
|
|
+ "type": "string"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"models.GoodsIDAndName": {
|
|
|
"type": "object",
|
|
|
"required": [
|