not change

This commit is contained in:
2025-05-14 19:57:36 +08:00
parent 67c2cfad10
commit eb0c7b1952
8 changed files with 22 additions and 3344 deletions

View File

@@ -10,6 +10,7 @@ def create_list_1():
return ['1']
class Project(CoreModel):
objects = models.Manager()
ident = models.CharField(max_length=64, blank=True, null=True, verbose_name="项目标识",
help_text="项目标识", unique=True) # 唯一
name = models.CharField(max_length=100, blank=True, null=True, verbose_name="项目名称", help_text="项目名称")