明树Git Lab

Commit 0431f46c authored by zfp1's avatar zfp1

update

parent 408e4b99
Pipeline #106384 passed with stage
in 4 seconds
...@@ -24,11 +24,11 @@ const TzZdfx = sequelize.define('TzZdfx', { ...@@ -24,11 +24,11 @@ const TzZdfx = sequelize.define('TzZdfx', {
comment: "项目公司全称", comment: "项目公司全称",
}, },
jnw: { type: DataTypes.INTEGER, allowNull: true, comment: "境内/外", zjType: 'danxuan', _mark: "lixiang" }, jnw: { type: DataTypes.STRING, allowNull: true, comment: "境内/外", zjType: 'danxuan', _mark: "lixiang" },
sjnzjjw: { type: DataTypes.INTEGER, allowNull: true, comment: "省(境内)/洲际(境外)", zjType: 'danxuan', _mark: "lixiang" }, sjnzjjw: { type: DataTypes.STRING, allowNull: true, comment: "省(境内)/洲际(境外)", zjType: 'danxuan', _mark: "lixiang" },
dsjngjjw: { type: DataTypes.INTEGER, allowNull: true, comment: "地市(境内)/国家(境外)", zjType: 'danxuan', _mark: "lixiang" }, dsjngjjw: { type: DataTypes.STRING, allowNull: true, comment: "地市(境内)/国家(境外)", zjType: 'danxuan', _mark: "lixiang" },
tzbk: { type: DataTypes.INTEGER, allowNull: true, comment: "投资板块", zjType: 'danxuan', _mark: "lixiang" }, tzbk: { type: DataTypes.STRING, allowNull: true, comment: "投资板块", zjType: 'danxuan', _mark: "lixiang" },
xmlx: { type: DataTypes.INTEGER, allowNull: true, comment: "项目类型 1控股/2参股/3平股", zjType: 'danxuan', }, xmlx: { type: DataTypes.STRING, allowNull: true, comment: "项目类型 1控股/2参股/3平股", zjType: 'danxuan', },
bjtgb: { bjtgb: {
type: DataTypes.DECIMAL(5, 2), type: DataTypes.DECIMAL(5, 2),
...@@ -62,7 +62,7 @@ const TzZdfx = sequelize.define('TzZdfx', { ...@@ -62,7 +62,7 @@ const TzZdfx = sequelize.define('TzZdfx', {
comment: "运营期(年)", comment: "运营期(年)",
}, },
xmjd: { xmjd: {
type: DataTypes.INTEGER, type: DataTypes.STRING,
comment: "项目阶段 1未开工/2未交割/3在建/4运营", comment: "项目阶段 1未开工/2未交割/3在建/4运营",
}, },
...@@ -99,7 +99,7 @@ const TzZdfx = sequelize.define('TzZdfx', { ...@@ -99,7 +99,7 @@ const TzZdfx = sequelize.define('TzZdfx', {
// comment: "项目当年利润总额" // comment: "项目当年利润总额"
// }, // },
knfsqzfx: {type: DataTypes.TEXT}, knfsqzfx: { type: DataTypes.TEXT },
zrr: { zrr: {
type: DataTypes.STRING, type: DataTypes.STRING,
comment: "责任人", 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