From 3f46b93b65a57a54fbd67ea9592e74dcd64e84b4 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 9 Jul 2026 16:18:37 +0800 Subject: [PATCH] fix: sub_dist_code auto-generated with getID() --- models/sub_distributors.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/sub_distributors.json b/models/sub_distributors.json index 5921aad..ce5a011 100644 --- a/models/sub_distributors.json +++ b/models/sub_distributors.json @@ -30,7 +30,8 @@ "type": "str", "length": 64, "nullable": "no", - "default": "" + "default": "", + "auto": "getID()" }, { "name": "sub_dist_name",