fix: add default to sub_dist_code and created_by
This commit is contained in:
parent
2a3eb72d2b
commit
48658403a3
@ -29,7 +29,8 @@
|
|||||||
"title": "二级分销商编号",
|
"title": "二级分销商编号",
|
||||||
"type": "str",
|
"type": "str",
|
||||||
"length": 64,
|
"length": 64,
|
||||||
"nullable": "no"
|
"nullable": "no",
|
||||||
|
"default": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sub_dist_name",
|
"name": "sub_dist_name",
|
||||||
@ -103,7 +104,8 @@
|
|||||||
"name": "created_by",
|
"name": "created_by",
|
||||||
"title": "创建人",
|
"title": "创建人",
|
||||||
"type": "str",
|
"type": "str",
|
||||||
"length": 32
|
"length": 32,
|
||||||
|
"default": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "created_at",
|
"name": "created_at",
|
||||||
@ -156,4 +158,4 @@
|
|||||||
"cond": "parentid='sub_distributor_status'"
|
"cond": "parentid='sub_distributor_status'"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user