feat(耗材): 增强耗材日志名称同步和导入功能
This commit is contained in:
@@ -126,6 +126,11 @@ const ConsumableLog = sequelize.define(
|
||||
allowNull: true,
|
||||
comment: '机房名称',
|
||||
},
|
||||
lastNameSyncAt: {
|
||||
type: DataTypes.DATE,
|
||||
allowNull: true,
|
||||
comment: '名称最后同步时间(名称变更时更新)',
|
||||
},
|
||||
},
|
||||
{
|
||||
tableName: 'consumable_logs',
|
||||
|
||||
Reference in New Issue
Block a user