明树Git Lab

Commit 9c728611 authored by zfp1's avatar zfp1

update

parent c7627521
Pipeline #106713 passed with stage
in 3 seconds
...@@ -9,10 +9,7 @@ const RcTxjsWj = sequelize.define('RcTxjsWj', { ...@@ -9,10 +9,7 @@ const RcTxjsWj = sequelize.define('RcTxjsWj', {
primaryKey: true, primaryKey: true,
autoIncrement: true autoIncrement: true
}, },
ztmc: {
type: DataTypes.STRING,
comment: "主体名称"
},
wjlx: { wjlx: {
type: DataTypes.STRING, type: DataTypes.STRING,
comment: "文件类型" comment: "文件类型"
...@@ -21,9 +18,13 @@ const RcTxjsWj = sequelize.define('RcTxjsWj', { ...@@ -21,9 +18,13 @@ const RcTxjsWj = sequelize.define('RcTxjsWj', {
type: DataTypes.JSON, type: DataTypes.JSON,
comment: "文件上传" comment: "文件上传"
}, },
jyz: { wjsm: {
type: DataTypes.TEXT,
comment: "文件说明"
},
cj: {
type: DataTypes.STRING, type: DataTypes.STRING,
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