From 03f8185a5eedfa2d1c9871151769527594bb51db Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期三, 02 七月 2025 16:25:25 +0800 Subject: [PATCH] 人员管理模块完成 --- doc/add.sql | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/doc/add.sql b/doc/add.sql index 2803cae..2d53f4a 100644 --- a/doc/add.sql +++ b/doc/add.sql @@ -68,3 +68,9 @@ modify sale_ledger_id bigint default 0 null comment '閿�鍞彴璐d'; +alter table ticket_registration + add enter_date timestamp null; + +alter table product_record + add 鍒梍name int null comment 'sale_ledger_projectI_id'; + -- Gitblit v1.9.3