Merge pull request 'fix(制品库优化): 软件包调整为制品' (#817) from otto/microservices:product_refact into product_refact

This commit is contained in:
otto 2025-02-11 16:55:19 +08:00
commit 68fdfdcd5c
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;