作者 tangxuhui

实体更新

... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: appCooperationApplication
path: /app/cooperation-applications
path: /v1/app/cooperation-applications
endpoints:
- method: createCooperationApplication
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: appCooperationProject
path: /app/cooperation-projects
path: /v1/app/cooperation-projects
endpoints:
- method: createCooperationProject
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: appLoginAccess
path: /app/auth
path: /v1/app/auth
endpoints:
- method: loginByAccount
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: appUsers
path: /app/users
path: /v1/app/users
endpoints:
- method: registCommonUser
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: contractChangeLog
path: /web/contract-change-logs
path: /v1/web/contract-change-logs
endpoints:
- method: listContractChangeLog
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: cooperationApplication
path: /web/cooperation-applications
path: /v1/web/cooperation-applications
endpoints:
- method: createCooperationApplication
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: cooperationContract
path: /web/cooperation-contracts
path: /v1/web/cooperation-contracts
endpoints:
- method: createCooperationContract
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: cooperationMode
path: /web/cooperation-modes
path: /v1/web/cooperation-modes
endpoints:
- method: createCooperationMode
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: cooperationProject
path: /web/cooperation-projects
path: /v1/web/cooperation-projects
endpoints:
- method: createCooperationProject
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: dividendsEstimate
path: /web/dividends-estimate
path: /v1/web/dividends-estimate
endpoints:
- method: createDividendsEstimate
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: dividendsOrder
path: /web/dividends-order
path: /v1/web/dividends-order
endpoints:
- method: createDividendsOrder
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: dividendsReturnedOrder
path: /web/dividends-returned-order
path: /v1/web/dividends-returned-order
endpoints:
- method: createDividendsReturnedOrder
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: loginAccess
path: /web/auth
path: /v1/web/auth
endpoints:
- method: loginByAccount
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: menu
path: /web/menus
path: /v1/web/menus
endpoints:
- method: menuList
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: noticeSetting
path: /web/notice-setting
path: /v1/web/notice-setting
endpoints:
- method: noticeSettingList
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: orgs
path: /web/orgs
path: /v1/web/orgs
endpoints:
- method: orgAdd
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: roles
path: /web/roles
path: /v1/web/roles
endpoints:
- method: roleAdd
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: contractUndertakerFeedback
path: /web/contract-undertaker-feedbacks
path: /v1/web/contract-undertaker-feedbacks
endpoints:
- method: createContractUndertakerFeedback
route:
... ...
... ... @@ -2,7 +2,7 @@ version: v1
kind: HttpApi
metadata:
service: users
path: /web/users
path: /v1/web/users
endpoints:
- method: companyUserAdd
route:
... ...
... ... @@ -6,8 +6,10 @@ metadata:
attributes:
- ref: contractUndertaker
required: true
- ref: feedbackAttachment
required: true
- name: feedbackAttachment
description: 附件
type:
array: attachment
- ref: feedbackContent
required: true
- ref: feedbackId
... ...
... ... @@ -22,7 +22,3 @@ metadata:
required: true
- ref: cooperationApplyTime
required: true
- ref: cooperationProjectId
required: true
- ref: cooperationProjectNumber
required: true
... ...
... ... @@ -22,10 +22,10 @@ metadata:
- ref: cooperationContractNumber
required: true
- name: participator
description: 参与人uid,包括承接人、推荐人、关联业务员
description: 参与人
required: true
type:
array: int64
schema: usersBase
- ref: paymentDocumentAttachment
description: 支付凭证附件
required: true
... ... @@ -33,8 +33,6 @@ metadata:
description: 数据关联组织机构
type:
schema: orgs
- ref: companyId
required: true
- ref: operator
required: true
- ref: operateTime
... ...
... ... @@ -4,16 +4,12 @@ metadata:
name: users
description: 用户基础信息
attributes:
- ref: phone
required: true
- ref: status
required: true
- ref: usersCode
required: true
- ref: usersId
required: true
- ref: usersName
required: true
- name: userId
description: 用户id
- name: userInfo
description: 用户基础信息
type:
schema: usersBase
- name: org
description: 用户的组织
type:
... ... @@ -22,9 +18,3 @@ metadata:
description: 用户的部门
type:
schema: department
- ref: email
required: true
- ref: cooperationCompany
required: true
- ref: cooperationDeadline
required: true
... ...