customer_visit

This commit is contained in:
Hankin 2025-03-10 17:19:08 +08:00
parent 502607923e
commit 696f8af750

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_s2_customer_visit_records`
ADD COLUMN `visit_type` tinyint not null comment "拜访方式 1-线上,2-线下" after `user_id`