明树Git Lab

Commit 25f8c18f authored by zfp1's avatar zfp1

update

parent 84b48c72
Pipeline #105992 passed with stage
in 3 seconds
This diff is collapsed.
......@@ -10,7 +10,7 @@ const projectBjtj = sequelize.define('projectBjtj', {
autoIncrement: true
},
type: {
type: DataTypes.INTEGER,
type: DataTypes.STRING,
comment: "业务类型"
},
dwgczjSz: {
......
......@@ -9,7 +9,7 @@ const ProjectGdxx = sequelize.define('ProjectGdxx', {
autoIncrement: true
},
gdlx: {
type: DataTypes.INTEGER,
type: DataTypes.STRING,
comment: "股东类型"
},
gdmc: {
......
......@@ -10,7 +10,7 @@ const ProjectJczt = sequelize.define('ProjectJczt', {
primaryKey: true,
autoIncrement: true
},
hylx: { type: DataTypes.INTEGER, allowNull: true, comment: "会议类型" },
hylx: { type: DataTypes.STRING, allowNull: true, comment: "会议类型" },
hymc: { type: DataTypes.STRING, allowNull: true, comment: "会议名称" },
jcsj: { type: DataTypes.DATE, allowNull: true, comment: "决策时间" },
jcjl: { type: DataTypes.STRING, allowNull: true, comment: "决策结论" },
......
......@@ -10,8 +10,8 @@ const ProjectSpyjjc = sequelize.define('ProjectSpyjjc', {
autoIncrement: true
},
lx: {
type: DataTypes.INTEGER,
comment: "指标名称"
type: DataTypes.STRING,
comment: "类型"
},
pfyj: {
type: DataTypes.TEXT,
......
......@@ -10,7 +10,7 @@ const ProjectTzzt = sequelize.define('ProjectTzzt', {
primaryKey: true,
autoIncrement: true
},
hylx: { type: DataTypes.INTEGER, allowNull: true, comment: "会议类型" },
hylx: { type: DataTypes.STRING, allowNull: true, comment: "会议类型" },
hymc: { type: DataTypes.STRING, allowNull: true, comment: "会议名称" },
shsj: { type: DataTypes.DATE, allowNull: true, comment: "审核时间" },
jl: { type: DataTypes.STRING, allowNull: true, comment: "结论" },
......
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