feat: ofm-models 修改字段
This commit is contained in:
parent
2ae7dc2635
commit
0cdf6c68a1
|
|
@ -168,7 +168,7 @@ 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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue