From 160bc36fb18ed56b91aaca7e81b61099f50d2733 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 9 Jul 2026 16:24:48 +0800 Subject: [PATCH] fix: remove unused sub_dist_code field --- models/sub_distributors.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/models/sub_distributors.json b/models/sub_distributors.json index ce5a011..21f9b43 100644 --- a/models/sub_distributors.json +++ b/models/sub_distributors.json @@ -24,15 +24,6 @@ "length": 32, "nullable": "no" }, - { - "name": "sub_dist_code", - "title": "二级分销商编号", - "type": "str", - "length": 64, - "nullable": "no", - "default": "", - "auto": "getID()" - }, { "name": "sub_dist_name", "title": "二级分销商名称",