明树Git Lab

Commit e9f590c9 authored by zfp1's avatar zfp1

update

parent 8ea4a304
Pipeline #106325 passed with stage
in 3 seconds
......@@ -27,6 +27,9 @@ const Project = sequelize.define('Project', {
type: DataTypes.INTEGER,
comment: "项目流转状态: 状态1 - 待立项 状态 3 -- 立项审批中 5 已立项 7 -- 决策审批中",
},
xmjd: {
type: DataTypes.STRING,
},
del: {
type: DataTypes.INTEGER,
defaultValue: 0,
......@@ -36,9 +39,6 @@ const Project = sequelize.define('Project', {
/**
* 立项字段
*/
/**
* 立项字段
*/
//项目基本信息
projectName: { type: DataTypes.STRING, allowNull: true, comment: "项目名称", _mark: "lixiang" },
projectCode: { type: DataTypes.STRING, allowNull: true, comment: "项目编号", _mark: "lixiang" },
......
......@@ -34,14 +34,6 @@ const RcCgqygl = sequelize.define('RcCgqygl', {
type: DataTypes.STRING,
comment: "股权结构"
},
// dcqk: {
// type: DataTypes.STRING,
// comment: "代持情况"
// },
// sjcgbl: {
// type: DataTypes.DECIMAL(5, 2),
// comment: "实际持股比例"
// },
xmzbjze: {
type: DataTypes.DECIMAL(20, 8),
......
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