From 0256583cc18ce21f51600822550b04a3226337a3 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 5 Jul 2026 10:32:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20discount=5Fpromo=5Fcode=20sale=5Fid?= =?UTF-8?q?=E6=94=B9=E4=B8=BAnullable=E9=81=BF=E5=85=8DCRUD=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E7=94=9F=E6=88=90add=E6=8A=A5500?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/discount_promo_code.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/models/discount_promo_code.json b/models/discount_promo_code.json index 37270f4..d7c6b15 100644 --- a/models/discount_promo_code.json +++ b/models/discount_promo_code.json @@ -32,8 +32,7 @@ "name": "sale_id", "title": "生成销售id", "type": "str", - "length": 32, - "nullable": "no" + "length": 32 }, { "name": "code_type",