提交 e1246028 编写于 作者: Mars_prime's avatar Mars_prime

上传新文件

上级 5cefad10
package zhengyi.dao.impl;
import zhengyi.dao.IAccountDao;
//账号的持久层实现类
public class AccountDaoImpl implements IAccountDao {
@Override
public void saveAccount() {
System.out.println("保存了账户");
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册