feat: 调整discount表结构
- 删除discount字段(折扣值在detail子表中) - customerid标题说明*表示全部客户 - init/data.json添加organization表的*记录(全部客户选项)
This commit is contained in:
parent
c9372ae2c6
commit
1ba7e0e031
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"organization": [
|
||||||
|
{
|
||||||
|
"id": "*",
|
||||||
|
"orgname": "全部客户"
|
||||||
|
}
|
||||||
|
],
|
||||||
"appcodes": [
|
"appcodes": [
|
||||||
{
|
{
|
||||||
"id": "promo_code_type",
|
"id": "promo_code_type",
|
||||||
|
|||||||
@ -29,18 +29,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "customerid",
|
"name": "customerid",
|
||||||
"title": "客户id",
|
"title": "客户id(*表示全部客户)",
|
||||||
"type": "str",
|
"type": "str",
|
||||||
"length": 32,
|
"length": 32,
|
||||||
"default": "*"
|
"default": "*"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "discount",
|
|
||||||
"title": "折扣",
|
|
||||||
"type": "float",
|
|
||||||
"length": 5,
|
|
||||||
"dec": 4
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "enabled_date",
|
"name": "enabled_date",
|
||||||
"title": "启用日期",
|
"title": "启用日期",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user