accounting/init/data.yaml

61 lines
1017 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

appcodes:
- id: accounting_dir
name: 记账方向
hierarchy_flg0
- id: balance_at
name: 余额方向
hierarchy_flg0
- id: partytype
name: 机构类型
hierarchy_flg0
- id: credit_status
name: 信用额度状态
hierarchy_flg0
appcodes_kv:
- id: accounting_dir0
parentid: accounting_dir
k: 0
v:
- id: accounting_dir1
parentid: accounting_dir
k: 1
v:
- id: balance_at_0
parentid: balance_at
k: 0
v:
- id: balance_at_1
parentid: balance_at
k: 1
v:
- id: partytype_0
parentid: partytype
k: owner
v: 平台
- id: partytype_1
parentid: partytype
k: reseller
v: 分销商
- id: partytype_2
name: partytype
k: customer
v: 客户
- id: partytype_3
parentid:partytype
k: provider
v: 供应商
- id: credit_status_active
parentid: credit_status
k: active
v: 生效
- id: credit_status_inactive
parentid: credit_status
k: inactive
v: 停用
- id: credit_status_expired
parentid: credit_status
k: expired
v: 已过期