摘要: 恢复内容开始 建表: drop table if exists t_user_attendence; CREATE TABLE `t_user_attendence` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `fuser_id` varchar(11) def 阅读全文
posted @ 2021-09-15 17:24 阿井井w 阅读(300) 评论(0) 推荐(0) 编辑