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