明树Git Lab

Commit f0462e0c authored by zfp1's avatar zfp1

update

parent 6994c29c
Pipeline #106377 passed with stage
in 3 seconds
......@@ -36,27 +36,27 @@ const RcCgqygl = sequelize.define('RcCgqygl', {
},
xmzbjze: {
type: DataTypes.DECIMAL(20, 8),
type: DataTypes.DECIMAL(20, 2),
comment: "项目资本金总额(亿元)",
},
gszbjyczze: {
type: DataTypes.DECIMAL(20, 8),
type: DataTypes.DECIMAL(20, 2),
comment: "公司资本金应出资总额 (亿元)",
},
gsdqycze: {
type: DataTypes.DECIMAL(20, 8),
type: DataTypes.DECIMAL(20, 2),
comment: "公司当前应出资额 (亿元)",
},
gsdqyjcze: {
type: DataTypes.DECIMAL(20, 8),
type: DataTypes.DECIMAL(20, 2),
comment: "公司当前已出资额 (亿元)",
},
gsdqycwcje: {
type: DataTypes.DECIMAL(20, 8),
type: DataTypes.DECIMAL(20, 2),
comment: "公司当前应出未出金额(亿元)",
},
gsdqsycze: {
type: DataTypes.DECIMAL(20, 8),
type: DataTypes.DECIMAL(20, 2),
comment: "公司当前剩余出资额 (亿元)",
},
cgbczqk: {
......@@ -89,29 +89,29 @@ const RcCgqygl = sequelize.define('RcCgqygl', {
comment: "是否达到利润分配条件"
},
ljhqfh: {
type: DataTypes.DECIMAL(20, 8),
type: DataTypes.DECIMAL(20, 2),
comment: "累计获取分红 (万元)"
},
ytrzj: {
type: DataTypes.DECIMAL(20, 8),
type: DataTypes.DECIMAL(20, 2),
comment: "应投入资金(万元)"
},
ljtrzj: {
type: DataTypes.DECIMAL(20, 8),
type: DataTypes.DECIMAL(20, 2),
comment: "累计投入资金 (万元)"
},
sxtrzj: {
type: DataTypes.DECIMAL(20, 8),
type: DataTypes.DECIMAL(20, 2),
comment: "尚需投入资金"
},
jt: {
type: DataTypes.DECIMAL(20, 8),
type: DataTypes.DECIMAL(20, 2),
comment: "静态"
},
zx: {
type: DataTypes.DECIMAL(20, 8),
type: DataTypes.DECIMAL(20, 2),
comment: "折现(3.5%)"
},
lxr: {
......@@ -128,7 +128,7 @@ const RcCgqygl = sequelize.define('RcCgqygl', {
},
lrxj: {
type: DataTypes.DECIMAL(20, 8),
type: DataTypes.DECIMAL(20, 2),
comment: "业务利润的小计+分红金额的小计"
},
......
......@@ -19,7 +19,7 @@ const RcCgqyglTzfh = sequelize.define('RcCgqyglTzfh', {
}
},
fhje: {
type: DataTypes.DECIMAL(20, 8),
type: DataTypes.DECIMAL(20, 2),
comment: "分红金额"
},
......
......@@ -23,11 +23,11 @@ const RcCgqyglWtyy = sequelize.define('RcCgqyglWtyy', {
}
},
htje: {
type: DataTypes.DECIMAL(20, 8),
type: DataTypes.DECIMAL(20, 2),
comment: "合同金额"
},
ywlr: {
type: DataTypes.DECIMAL(20, 8),
type: DataTypes.DECIMAL(20, 2),
comment: "业务利润"
},
sourceId: {
......
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