明树Git Lab

Commit 87f0e30a authored by zfp1's avatar zfp1

update

parent 3442662f
Pipeline #109381 passed with stage
in 4 seconds
......@@ -74,6 +74,7 @@ const Project = sequelize.define('Project', {
xmkgsjyj: { type: DataTypes.DATE, allowNull: true, comment: "项目开工时间(预计)", _mark: "lixiang" },
xmjgsjyj: { type: DataTypes.DATE, allowNull: true, comment: "项目交工时间(预计)", _mark: "lixiang" },
//投资分类---投资属性
tzsxyjfl: { type: DataTypes.STRING(10), allowNull: true, comment: "投资属性的一级分类", zjType: 'danxuan', _mark: "lixiang" },
tzsxejfl: { type: DataTypes.STRING(10), allowNull: true, comment: "投资属性的二级分类", zjType: 'danxuan', _mark: "lixiang" },
......@@ -299,6 +300,8 @@ const Project = sequelize.define('Project', {
jcspdw: {type: DataTypes.STRING, allowNull: true, comment: "决策审批单位", _mark: 'juece',zjType: 'danxuan',},
yykssj: { type: DataTypes.DATE, allowNull: true, comment: "运营开始时间", _mark: "juece" },
yyjssj: { type: DataTypes.DATE, allowNull: true, comment: "运营结束时间", _mark: "juece" },
//申请报告
"projectIntro": {
......
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