feat: add CityArea web

This commit is contained in:
XIE7654
2025-10-14 21:39:56 +08:00
parent e0ff8955ce
commit 42d5a3da21
13 changed files with 367 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"""
自动生成 CRUD 代码的 Django 管理命令
使用方法: python manage.py generate_crud <app_name> <model_name>
例如: python manage.py generate_crud system Dept
例如: python manage.py generate_crud system Dept --frontend
"""
import os