切换导航条
此项目
正在载入...
登录
mmm-go-pp
/
partner01
·
提交
转到一个项目
GitLab
转到群组
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
陈志颖
2021-03-17 17:38:33 +0800
提交
8716301454d89bccb3a809ed30f7f99609db48d7
1 个父辈
6d423b34
docs:添加订单实体
隐藏空白字符变更
内嵌
并排对比
正在显示
9 个修改的文件
包含
50 行增加
和
6 行删除
document/partner01/attributes/good/remarks.yaml → document/partner01/attributes/good/remark.yaml
document/partner01/attributes/order/orderDividend.yaml
document/partner01/attributes/order/orderGoods.yaml
document/partner01/attributes/order/dataSource.yaml → document/partner01/attributes/order/orderSource.yaml
document/partner01/attributes/dataSource/dataSourceId.yaml → document/partner01/attributes/orderSource/orderSourceId.yaml
document/partner01/attributes/dataSource/platform.yaml → document/partner01/attributes/orderSource/platform.yaml
document/partner01/schemas/good.yaml
document/partner01/schemas/order.yaml
document/partner01/schemas/dataSource.yaml → document/partner01/schemas/orderSource.yaml
document/partner01/attributes/good/remark
s
.yaml → document/partner01/attributes/good/remark.yaml
查看文件 @
8716301
version
:
v1
kind
:
Attribute
metadata
:
name
:
remark
s
name
:
remark
description
:
货品备注信息
type
:
primitive
:
string
...
...
document/partner01/attributes/order/orderDividend.yaml
0 → 100644
查看文件 @
8716301
version
:
v1
kind
:
Attribute
metadata
:
name
:
orderDividend
description
:
订单分红统计
type
:
schema
:
dividend
...
...
document/partner01/attributes/order/orderGoods.yaml
0 → 100644
查看文件 @
8716301
version
:
v1
kind
:
Attribute
metadata
:
name
:
orderGoods
description
:
订单货品
type
:
array
:
good
...
...
document/partner01/attributes/order/
data
Source.yaml → document/partner01/attributes/order/
order
Source.yaml
查看文件 @
8716301
version
:
v1
kind
:
Attribute
metadata
:
name
:
data
Source
name
:
order
Source
description
:
订单数据来源
type
:
schema
:
data
Source
schema
:
order
Source
...
...
document/partner01/attributes/
dataSource/data
SourceId.yaml → document/partner01/attributes/
orderSource/order
SourceId.yaml
查看文件 @
8716301
document/partner01/attributes/
data
Source/platform.yaml → document/partner01/attributes/
order
Source/platform.yaml
查看文件 @
8716301
document/partner01/schemas/good.yaml
查看文件 @
8716301
...
...
@@ -20,7 +20,7 @@ metadata:
required
:
true
-
ref
:
price
required
:
true
-
ref
:
remark
s
-
ref
:
remark
required
:
true
-
ref
:
orderId
required
:
true
...
...
document/partner01/schemas/order.yaml
0 → 100644
查看文件 @
8716301
version
:
v1
kind
:
Schema
metadata
:
name
:
order
description
:
订单实体
attributes
:
-
ref
:
buyer
required
:
true
-
ref
:
companyId
required
:
true
-
ref
:
deliveryCode
required
:
true
-
ref
:
isDisable
required
:
true
-
ref
:
orderCode
required
:
true
-
ref
:
orderDetail
required
:
true
-
ref
:
orderDividend
required
:
true
-
ref
:
orderGoods
required
:
true
-
ref
:
orderId
required
:
true
-
ref
:
orderSource
required
:
true
-
ref
:
orderType
required
:
true
-
ref
:
remark
required
:
true
...
...
document/partner01/schemas/
data
Source.yaml → document/partner01/schemas/
order
Source.yaml
查看文件 @
8716301
version
:
v1
kind
:
Schema
metadata
:
name
:
data
Source
name
:
order
Source
description
:
订单数据来源
attributes
:
-
ref
:
data
SourceId
-
ref
:
order
SourceId
required
:
true
-
ref
:
platform
required
:
true
...
...
请
注册
或
登录
后发表评论