明树Git Lab

Commit 1c4c8635 authored by zfp1's avatar zfp1

1

parent 8f244ba3
Pipeline #111876 passed with stage
in 3 seconds
...@@ -16,11 +16,20 @@ const projectBjtj = sequelize.define('projectBjtj', { ...@@ -16,11 +16,20 @@ const projectBjtj = sequelize.define('projectBjtj', {
dwgczjSz: { dwgczjSz: {
type: DataTypes.DECIMAL(19, 2), type: DataTypes.DECIMAL(19, 2),
comment: "单位工程造价数值" comment: "单位工程造价数值 == 单位工程造价(动态) 数值"
}, },
dwgczjDw: { dwgczjDw: {
type: DataTypes.STRING(10), type: DataTypes.STRING(10),
comment: "单位工程造价单位" comment: "单位工程造价单位 == 单位工程造价(动态) 单位"
},
dwgczjJtSz: {
type: DataTypes.DECIMAL(19, 2),
comment: "单位工程造价(静态) 数值"
},
dwgczjJtDw: {
type: DataTypes.STRING(10),
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