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