feat: add levee work records
This commit is contained in:
8
backend/apps/levee_work/apps.py
Normal file
8
backend/apps/levee_work/apps.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class LeveeWorkConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'apps.levee_work'
|
||||
verbose_name = '畔塗作業'
|
||||
|
||||
Reference in New Issue
Block a user