forked from Gitlink/microservices
Merge pull request 'fix(制品库优化): 软件包调整为制品' (#817) from otto/microservices:product_refact into product_refact
This commit is contained in:
commit
68fdfdcd5c
|
|
@ -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