2022/1/22

This commit is contained in:
resonate
2022-01-22 20:07:07 +08:00
parent 027481ce56
commit 0bec251f08
22 changed files with 463 additions and 43 deletions
+5
View File
@@ -0,0 +1,5 @@
from modules.sys.models import user
model_lists = {
user
}