明树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', {
primaryKey: true,
autoIncrement: true
},
ztmc: {
type: DataTypes.STRING,
comment: "主体名称"
},
wjlx: {
type: DataTypes.STRING,
comment: "文件类型"
......@@ -21,13 +18,17 @@ const RcTxjsWj = sequelize.define('RcTxjsWj', {
type: DataTypes.JSON,
comment: "文件上传"
},
jyz: {
wjsm: {
type: DataTypes.TEXT,
comment: "文件说明"
},
cj: {
type: DataTypes.STRING,
comment: "建议值"
comment: "层级"
},
sourceId: {
type: DataTypes.INTEGER,
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