feat(耗材): 增强耗材日志名称同步和导入功能

This commit is contained in:
zhang1106
2026-04-10 12:02:06 +08:00
parent 9421e34147
commit 618633bc6a
6 changed files with 1330 additions and 548 deletions
+5
View File
@@ -126,6 +126,11 @@ const ConsumableLog = sequelize.define(
allowNull: true,
comment: '机房名称',
},
lastNameSyncAt: {
type: DataTypes.DATE,
allowNull: true,
comment: '名称最后同步时间(名称变更时更新)',
},
},
{
tableName: 'consumable_logs',