|
@@ -1,8 +1,8 @@
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
import feapder.utils.tools as tools
|
|
|
+from feapder import BaseListItem, BaseDetailItem
|
|
|
from feapder.utils.log import log
|
|
|
-from items.base_item import BaseItem
|
|
|
from untils.check_data import CheckData
|
|
|
from untils.tools import (
|
|
|
int2long,
|
|
@@ -11,7 +11,7 @@ from untils.tools import (
|
|
|
)
|
|
|
|
|
|
|
|
|
-class DataBakItem(BaseItem):
|
|
|
+class DataBakItem(BaseDetailItem):
|
|
|
"""招标(标讯)类"""
|
|
|
def __init__(self):
|
|
|
super(DataBakItem, self).__init__()
|
|
@@ -110,7 +110,7 @@ class PropertyRightItem(DataBakItem):
|
|
|
self.infoformat = 3
|
|
|
|
|
|
|
|
|
-class MgpListItem(BaseItem):
|
|
|
+class MgpListItem(BaseListItem):
|
|
|
|
|
|
def __init__(self):
|
|
|
super(MgpListItem, self).__init__()
|