feat(制品库功能完善): 快照库名称未保存到数据库

This commit is contained in:
OTTO 2024-08-30 09:22:37 +08:00
parent fa7a0e3c93
commit b8226b21de
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public class ProductRepositoriesSnapshotInputVo {
BeanUtils.copyProperties(repo, target);
target.setSnapshotName(this.name);
target.setFormat(repo.getFormat());
target.setAlias(this.alias);
return target;
}
}