Commit 1dc5dd2d by wkliang

Merge branch 'center-order' of gitlab.gongsibao.com:jiangyong/zhichan into center-order

parents c90b99d8 4ef5366e
......@@ -47,7 +47,7 @@ module.exports = (db, DataTypes) => {
diagnosis_result_name: DataTypes.STRING,//诊断结果名字 通过/未通过/人工审核中 --暂不用
diagnosis_result_data: DataTypes.JSON, // 智能诊断结果返回值 人工目前没用到
status_name: DataTypes.STRING,//状态 dcl/gtz/dqrfa/ygb/ywc
main_class: DataTypes.STRING,// 主营类目(一级分类-二级分类)
main_class: DataTypes.JSON,// 主营类目(一级分类-二级分类)
qualifications_pic: DataTypes.JSON,// 基础资质json {}
brand_pic: DataTypes.JSON,// 品牌资质json {}
industry_pic: DataTypes.JSON,// 行业资质json {}
......
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