摘要: 一、数据库设计: User类 点击查看代码 drop table if exists tb_user; create table tb_user( userID varchar(20), password varchar(20), position int ); warehouse类 点击查看代码 阅读全文
posted @ 2025-02-23 20:57 QixunQiu 阅读(3) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示