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