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