Browse Source

(*)业绩明细表 表模型修改

master
wuqun 2 years ago
parent
commit
350e7ce6dd
  1. 9
      api/app/lib/models/performance_detail.js

9
api/app/lib/models/performance_detail.js

@ -230,6 +230,15 @@ module.exports = dc => {
primaryKey: false,
field: "isreproduce",
autoIncrement: false
},
contractNo: {
type: DataTypes.STRING,
allowNull: true,
defaultValue: "",
comment: "合同编号",
primaryKey: false,
field: "contract_no",
autoIncrement: false
}
}, {
tableName: "performance_detail",

Loading…
Cancel
Save