Commit 0ec3cc10 by 高宇强

gyq

parent 45d31ca0
......@@ -15,8 +15,8 @@ module.exports = (db, DataTypes) => {
type: DataTypes.STRING
},
status_date: { // 状态日期
allowNull: false,
type: DataTypes.DATATIME
allowNull: true,
type: DataTypes.DATE
},
status_code: { // 流转状态
allowNull: false,
......
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