费用支出
This commit is contained in:
parent
f167a86fa5
commit
13bf3093cc
|
|
@ -28,6 +28,11 @@ const Expense = sequelize.define('Expense', {
|
|||
allowNull: true,
|
||||
comment: '备注'
|
||||
},
|
||||
operator: {
|
||||
type: DataTypes.STRING(50),
|
||||
allowNull: true,
|
||||
comment: '经办人'
|
||||
},
|
||||
createBy: {
|
||||
type: DataTypes.INTEGER,
|
||||
allowNull: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue