fix(制品库优化): 软件包调整为制品

Signed-off-by: OTTO <731554297@qq.com>
This commit is contained in:
OTTO 2025-02-11 16:57:58 +08:00
parent ba1e16337d
commit 20ecc7157f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import lombok.Getter;
@ApiModel("产品库制品路径前缀")
public enum ProductLibraryComponentPathEnum {
ALL("_All", "所有"),
SOFTWARE("Software", "软件包"),
SOFTWARE("Software", "制品"),
DOC("Document", "文档");
private final String key;