feat:uniapp模块

This commit is contained in:
一休哥哥6666
2026-07-14 14:53:45 +08:00
parent 324679964c
commit 721543f423
52 changed files with 16706 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
-- 订单表增加:是否老花
ALTER TABLE `jy_sys_order`
ADD COLUMN `presbyopia` tinyint(4) NULL DEFAULT 0 COMMENT '是否老花0否 1是' AFTER `progressive_multifocal_price`;