user.py 279 B

12345678910111213
  1. #!/usr/bin/env python
  2. # -*- encoding: utf-8 -*-
  3. '''
  4. @Contact : liuyuqi.gov@msn.cn
  5. @Time : 2023/12/29 20:40:35
  6. @License : Copyright © 2017-2022 liuyuqi. All Rights Reserved.
  7. @Desc : user model
  8. '''
  9. class UserModel(object):
  10. def __init__(self):
  11. pass