dma审核状态

This commit is contained in:
buke 2024-09-30 17:12:16 +08:00
parent ad79912b20
commit 658f69f89a

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_users`
ADD COLUMN `dma_status` tinyint(4) NULL DEFAULT 0 COMMENT '用户dma审核状态 0:未审核 1:通过 2:拒绝' AFTER `phone_model`;