feat(制品库功能完善): 快照库名称未保存到数据库
This commit is contained in:
parent
fa7a0e3c93
commit
b8226b21de
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue