切换导航条
此项目
正在载入...
登录
allied-creation
/
document
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
陈志颖
2021-07-22 22:08:26 +0800
提交
d820eee1fc8b4b6466a91d0396d280d1151e62d1
1 个父辈
89b365b2
feat:添加企业账期结算排名接口
显示空白字符变更
内嵌
并排对比
正在显示
7 个修改的文件
包含
62 行增加
和
1 行删除
allied-creation-cooperation/attributes/ creditAccountRanking/rank.yaml
allied-creation-cooperation/attributes/ creditAccountRanking/rankAmount.yaml
allied-creation-cooperation/schemas/creditAccountDistribution.yaml
allied-creation-cooperation/schemas/creditAccountRanking.yaml
allied-creation-cooperation/services/creditAccount/methods/creditAccountRanking.yaml
allied-creation-cooperation/services/creditAccount/methods/payCreditAccount.yaml
allied-creation-cooperation/services/creditAccount/methods/searchCreditAccount.yaml
allied-creation-cooperation/attributes/ creditAccountRanking/rank.yaml
0 → 100644
查看文件 @
d820eee
version
:
v1
kind
:
Attribute
metadata
:
name
:
rank
description
:
排名
type
:
primitive
:
int32
...
...
allied-creation-cooperation/attributes/ creditAccountRanking/rankAmount.yaml
0 → 100644
查看文件 @
d820eee
version
:
v1
kind
:
Attribute
metadata
:
name
:
rankAmount
description
:
排名金额
type
:
primitive
:
float64
...
...
allied-creation-cooperation/schemas/creditAccountDistribution.yaml
0 → 100644
查看文件 @
d820eee
version
:
v1
kind
:
Schema
metadata
:
name
:
creditAccountDistribution
description
:
账期结算分布(柱状图)
attributes
:
-
ref
:
series
required
:
true
-
ref
:
xAxis
required
:
true
...
...
allied-creation-cooperation/schemas/creditAccountRanking.yaml
0 → 100644
查看文件 @
d820eee
version
:
v1
kind
:
Schema
metadata
:
name
:
creditAccountRanking
description
:
账期结算单排名
attributes
:
-
ref
:
rank
required
:
true
-
ref
:
rankAmount
required
:
true
-
ref
:
userName
required
:
true
...
...
allied-creation-cooperation/services/creditAccount/methods/creditAccountRanking.yaml
0 → 100644
查看文件 @
d820eee
version
:
v1
kind
:
Method
metadata
:
name
:
creditAccountRanking
type
:
query
description
:
账期结算单排名
payload
:
-
ref
:
companyId
required
:
true
-
ref
:
orgId
required
:
true
-
ref
:
userId
required
:
true
-
name
:
period
description
:
统计周期
type
:
primitive
:
string
result
:
-
name
:
creditAccountRanking
type
:
schema
:
creditAccountRanking
required
:
true
...
...
allied-creation-cooperation/services/creditAccount/methods/payCreditAccount.yaml
查看文件 @
d820eee
...
...
@@ -3,7 +3,7 @@ kind: Method
metadata
:
name
:
payCreditAccount
type
:
command
description
:
支付账期结算
description
:
支付账期结算
(支付分红)
payload
:
-
ref
:
actuallyPaidAmount
required
:
true
...
...
allied-creation-cooperation/services/creditAccount/methods/searchCreditAccount.yaml
查看文件 @
d820eee
...
...
@@ -17,6 +17,9 @@ metadata:
required
:
true
-
ref
:
userId
required
:
true
-
ref
:
paymentStatus
description
:
账期结算支付状态,1待支付,2已支付,APP端结算记录返回已结算的账期结算单
required
:
true
-
name
:
period
description
:
结算周期,按年“2021”或者按月结算”2021-07“
type
:
...
...
请
注册
或
登录
后发表评论