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