餐单模板增加温馨提示

This commit is contained in:
buke 2024-11-08 10:09:23 +08:00
parent 483a2cdadf
commit 33801fd8f5

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_guide_template`
ADD COLUMN `hint` text NULL COMMENT '温馨提示' AFTER `status`;