Commit 2d2b8eed by 宋毅

tj

parent 47baa69c
...@@ -4,6 +4,7 @@ const uiconfig = system.getUiConfig2(settings.appKey); ...@@ -4,6 +4,7 @@ const uiconfig = system.getUiConfig2(settings.appKey);
module.exports = (db, DataTypes) => { module.exports = (db, DataTypes) => {
return db.define("orderproduct", { return db.define("orderproduct", {
uapp_id: DataTypes.INTEGER,// uapp_id: DataTypes.INTEGER,//
solutionId :DataTypes.STRING(128),// 方案ID
sourceOrderNo :DataTypes.STRING(128),//来源单号(启服通订单号) sourceOrderNo :DataTypes.STRING(128),//来源单号(启服通订单号)
channelServiceNo :DataTypes.STRING(128),// 渠道服务单号 channelServiceNo :DataTypes.STRING(128),// 渠道服务单号
channelOrderNo :DataTypes.STRING(128),// 渠道订单号(页面中列表中显示该单号) channelOrderNo :DataTypes.STRING(128),// 渠道订单号(页面中列表中显示该单号)
......
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