Compare commits

...

2 Commits

1 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ class PatentInfo(CommonBDModel):
APPLY_AREAS = (
('Domestic', '国内申请'),
('Foreign', '国外申请'),
(' PCT', 'PCT申请'),
('PCT', 'PCT申请'),
)
name = models.CharField('拟申请专利名称', max_length=100)