1 Star 0 Fork 0

grey-hat/grey-python-util

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test.py 405 Bytes
一键复制 编辑 原始数据 按行查看 历史
# -*- coding: utf-8 -*-
from db import MySqlSession
from db.user_db import User
import datetime
import uuid
# u = User(uuid=str(uuid.uuid4()).replace('-', ''), nick_name='测试', account='test_admin', pwd='123456', update_time=datetime.datetime.now())
# MySqlSession.add(u)
# MySqlSession.commit()
u = User.find_id(1)
# u.nick_name = '管理员'
# u.account = 'admin'
# MySqlSession.commit()
print(u)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/grey-hat/grey-python-util.git
[email protected]:grey-hat/grey-python-util.git
grey-hat
grey-python-util
grey-python-util
master

搜索帮助