费用支出

This commit is contained in:
wangxiaoxian 2026-03-15 21:15:13 +08:00
parent f167a86fa5
commit 13bf3093cc
1 changed files with 5 additions and 0 deletions

View File

@ -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,