明树Git Lab

Commit 76206745 authored by zfp1's avatar zfp1

update

parent bf539628
Pipeline #106730 passed with stage
in 3 seconds
......@@ -13,7 +13,6 @@ const RcTwhgl = sequelize.define('RcTwhgl', {
meetingCode: {
type: DataTypes.STRING(50),
allowNull: false,
unique: true,
comment: '会议编号'
},
meetingName: {
......@@ -56,10 +55,10 @@ const RcTwhgl = sequelize.define('RcTwhgl', {
// type: DataTypes.INTEGER,
// comment: "所属主表id"
// },
projectId: {
type: DataTypes.INTEGER,
comment: "所属项目ID",
},
// projectId: {
// type: DataTypes.INTEGER,
// comment: "所属项目ID",
// },
del: {
type: DataTypes.INTEGER,
defaultValue: 0,
......
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