feat: ofm-models 修改字段

This commit is contained in:
TianyangZhang 2025-10-24 13:45:48 +08:00
parent 2ae7dc2635
commit 0cdf6c68a1
1 changed files with 2 additions and 2 deletions

View File

@ -168,9 +168,9 @@ class PatentInfo(CommonBDModel):
APPLY_AREAS = (
('Domestic', '国内申请'),
('Foreign', '国外申请'),
(' PCT', 'PCT申请'),
('PCT', 'PCT申请'),
)
name = models.CharField('拟申请专利名称', max_length=100)
author = models.CharField('发明人(设计人)', max_length=100)
type = models.CharField('专利类型', max_length=50, choices=PATENT_TYPE_CHOICES, default='invention')