feat: ofm-models 修改字段
This commit is contained in:
parent
2ae7dc2635
commit
0cdf6c68a1
|
|
@ -168,9 +168,9 @@ class PatentInfo(CommonBDModel):
|
||||||
APPLY_AREAS = (
|
APPLY_AREAS = (
|
||||||
('Domestic', '国内申请'),
|
('Domestic', '国内申请'),
|
||||||
('Foreign', '国外申请'),
|
('Foreign', '国外申请'),
|
||||||
(' PCT', 'PCT申请'),
|
('PCT', 'PCT申请'),
|
||||||
)
|
)
|
||||||
|
|
||||||
name = models.CharField('拟申请专利名称', max_length=100)
|
name = models.CharField('拟申请专利名称', max_length=100)
|
||||||
author = models.CharField('发明人(设计人)', max_length=100)
|
author = models.CharField('发明人(设计人)', max_length=100)
|
||||||
type = models.CharField('专利类型', max_length=50, choices=PATENT_TYPE_CHOICES, default='invention')
|
type = models.CharField('专利类型', max_length=50, choices=PATENT_TYPE_CHOICES, default='invention')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue