Compare commits

...

2 Commits

3 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@@ -23,6 +23,7 @@ class Command(BaseCommand):
1. 只返回省份名称,不要包含任何其他文字
2. 省份名称必须是中国的省级行政区全称
3. 如果无法确定返回None
4. 不要被名称里含有的地名所影响
例子一:
分支机构名称:石家庄中山西路营业部
返回:河北省

View File

@@ -64,6 +64,7 @@ class Activity(models.Model):
('搬迁', '搬迁'),
('原址装修', '原址装修'),
('撤销', '撤销'),
('变更', '变更'),
('其他技术问题', '其他技术问题')
), verbose_name='活动类型')