Commit bbef8e47 by chenyuanjie

asin信息库增加追踪时间字段

parent 3a615c1f
......@@ -1191,6 +1191,12 @@ class EsUtils(object):
"type": "float"
}
}
},
"tracking_since": {
"type": "date"
},
"tracking_since_type": {
"type": "short"
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment