|
@@ -6,7 +6,7 @@ class DeviceImporter(ExcelImporter):
|
|
|
fields = {
|
|
|
u'名称': (True, ExcelImporter.formatUnicode),
|
|
|
u'编号': (True, ExcelImporter.formatUnicode),
|
|
|
- u'设备型号': (True, ExcelImporter.formatUnicode),
|
|
|
+ u'型号': (True, ExcelImporter.formatUnicode),
|
|
|
u'小地点': (True, ExcelImporter.formatUnicode),
|
|
|
u'大地点': (True, ExcelImporter.formatUnicode),
|
|
|
}
|