fix: discount_promo_code sale_id改为nullable避免CRUD自动生成add报500

This commit is contained in:
yumoqing 2026-07-05 10:32:11 +08:00
parent 85f9979051
commit 0256583cc1

View File

@ -32,8 +32,7 @@
"name": "sale_id", "name": "sale_id",
"title": "生成销售id", "title": "生成销售id",
"type": "str", "type": "str",
"length": 32, "length": 32
"nullable": "no"
}, },
{ {
"name": "code_type", "name": "code_type",