feat: add credit_status codes to init/data.yaml for credit_limit table
This commit is contained in:
parent
2c6c0570f2
commit
65a735764c
@ -8,6 +8,9 @@ appcodes:
|
|||||||
- id: partytype
|
- id: partytype
|
||||||
name: 机构类型
|
name: 机构类型
|
||||||
hierarchy_flg:0
|
hierarchy_flg:0
|
||||||
|
- id: credit_status
|
||||||
|
name: 信用额度状态
|
||||||
|
hierarchy_flg:0
|
||||||
|
|
||||||
appcodes_kv:
|
appcodes_kv:
|
||||||
- id: accounting_dir0
|
- id: accounting_dir0
|
||||||
@ -42,4 +45,16 @@ appcodes_kv:
|
|||||||
parentid:partytype
|
parentid:partytype
|
||||||
k: provider
|
k: provider
|
||||||
v: 供应商
|
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: 已过期
|
||||||
|
|
||||||
|
|||||||
BIN
models/.credit_limit.json.swp
Normal file
BIN
models/.credit_limit.json.swp
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user