fix(制品库优化): 软件包调整为制品
Signed-off-by: OTTO <731554297@qq.com>
This commit is contained in:
parent
ba1e16337d
commit
20ecc7157f
|
|
@ -15,7 +15,7 @@ import lombok.Getter;
|
|||
@ApiModel("产品库制品路径前缀")
|
||||
public enum ProductLibraryComponentPathEnum {
|
||||
ALL("_All", "所有"),
|
||||
SOFTWARE("Software", "软件包"),
|
||||
SOFTWARE("Software", "制品"),
|
||||
DOC("Document", "文档");
|
||||
|
||||
private final String key;
|
||||
|
|
|
|||
Loading…
Reference in New Issue