明树Git Lab

Commit 12fc6be4 authored by zfp1's avatar zfp1

update

parent 76caf0c3
Pipeline #106762 passed with stage
in 3 seconds
......@@ -25,10 +25,11 @@ const Project = sequelize.define('Project', {
},
projectLzType: {
type: DataTypes.STRING,
comment: "项目流转状态: 状态1 - 待立项 状态 3 -- 立项审批中 5 已立项 7 -- 决策审批中",
comment: "项目流转状态: 1待立项 3立项审批中 5 已立项 7决策填报中 8 决策审批中 9 已决策 ( 待定 11 再决策填报中 12 再决策审批中 13 再决策审批通过 15再决策审批不通过)",
},
xmjd: {
type: DataTypes.STRING,
comment: "项目阶段"
},
del: {
type: DataTypes.INTEGER,
......
......@@ -19,11 +19,12 @@ const RcTzjh = sequelize.define('RcTzjh', {
xmjgsjyj: { type: DataTypes.DATE, allowNull: true, comment: "项目交工时间(预计) 项目预计完成时间", _mark: "lixiang" },
xmjd: {
type: DataTypes.STRING,
comment: "项目阶段"
},
yynxn: { type: DataTypes.INTEGER, allowNull: true, comment: "运营年限(年)", _mark: "lixiang" },
projectLzType: {
type: DataTypes.STRING,
comment: "项目流转状态: 状态1 - 待立项 状态 3 -- 立项审批中 5 已立项 7 -- 决策审批中",
comment: "项目流转状态: 1待立项 3立项审批中 5 已立项 7决策填报中 8 决策审批中 9 已决策 ( 待定 11 再决策填报中 12 再决策审批中 13 再决策审批通过 15再决策审批不通过)",
},
xmjsqy: { type: DataTypes.INTEGER, allowNull: true, comment: "项目建设期(月)", _mark: "lixiang" },
......
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