文本数据字典新增

This commit is contained in:
qianming
2021-07-14 16:05:46 +08:00
parent be954a9412
commit 57ea6700e4

View File

@@ -0,0 +1,4 @@
/*
字典更新
*/
INSERT INTO `aj_report`.`gaea_dict_item`(`dict_code`, `item_name`, `item_value`, `item_extend`, `enabled`, `locale`, `remark`, `sort`, `create_by`, `create_time`, `update_by`, `update_time`, `version`) VALUES ('CHART_PROPERTIES', '文本数字', 'text', NULL, 1, 'zh', NULL, 10, 'admin', now(), 'admin', now(), 1);