明树Git Lab

Commit 04ebfca6 authored by zfp1's avatar zfp1

update

parent 4c660176
...@@ -10,7 +10,7 @@ const projectBjtj = sequelize.define('projectBjtj', { ...@@ -10,7 +10,7 @@ const projectBjtj = sequelize.define('projectBjtj', {
autoIncrement: true autoIncrement: true
}, },
type: { type: {
type: DataTypes.STRING, type: DataTypes.INTEGER,
comment: "业务类型" comment: "业务类型"
}, },
dwgczjSz: { dwgczjSz: {
......
...@@ -20,6 +20,14 @@ const ProjectGdxx = sequelize.define('ProjectGdxx', { ...@@ -20,6 +20,14 @@ const ProjectGdxx = sequelize.define('ProjectGdxx', {
type: DataTypes.DECIMAL(5, 2), type: DataTypes.DECIMAL(5, 2),
comment: "持股比例(%)" comment: "持股比例(%)"
}, },
mycgbl: {
type: DataTypes.DECIMAL(5, 2),
comment: "名义持股比例(%)"
},
lrfpbl: {
type: DataTypes.DECIMAL(5, 2),
comment: "利润分配比例"
},
cze: { cze: {
type: DataTypes.DECIMAL(19, 2), type: DataTypes.DECIMAL(19, 2),
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