test

博客园 首页 新随笔 联系 订阅 管理

2020年5月13日 #

摘要: 数据库设计 CREATE TABLE `s_dict` ( `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id', `parent_id` int(11) DEFAULT NULL COMMENT ' 父ID ', `data_type` varchar 阅读全文
posted @ 2020-05-13 14:10 testgogogo 阅读(524) 评论(0) 推荐(0) 编辑