明树Git Lab

Commit 05ce7a67 authored by zfp1's avatar zfp1

1

parent 8e437fb9
Pipeline #106369 passed with stage
in 4 seconds
...@@ -47,7 +47,7 @@ const RcCgqygl = sequelize.define('RcCgqygl', { ...@@ -47,7 +47,7 @@ const RcCgqygl = sequelize.define('RcCgqygl', {
type: DataTypes.DECIMAL(20, 8), type: DataTypes.DECIMAL(20, 8),
comment: "公司当前应出资额 (亿元)", comment: "公司当前应出资额 (亿元)",
}, },
gsdqycze: { gsdqyjcze: {
type: DataTypes.DECIMAL(20, 8), type: DataTypes.DECIMAL(20, 8),
comment: "公司当前已出资额 (亿元)", comment: "公司当前已出资额 (亿元)",
}, },
......
...@@ -22,6 +22,8 @@ const RcCgqyglTzfh = sequelize.define('RcCgqyglTzfh', { ...@@ -22,6 +22,8 @@ const RcCgqyglTzfh = sequelize.define('RcCgqyglTzfh', {
type: DataTypes.DECIMAL(20, 8), type: DataTypes.DECIMAL(20, 8),
comment: "分红金额" comment: "分红金额"
}, },
sourceId: { sourceId: {
type: DataTypes.INTEGER, type: DataTypes.INTEGER,
comment: "所属主表id" comment: "所属主表id"
......
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