add order sign type

This commit is contained in:
Hankin 2025-01-08 11:28:31 +08:00
parent bf72de9fd3
commit 88e5198819

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_orders`
ADD COLUMN `sign_type` tinyint(4) default null comment "合同签署方式 1:线上,2:线下" after `err_msg`