fix(Bug修复): 修复产品标识由用户自定义后可能在不同组织下存在相同产品标识的问题

查询产品列表时返回自定义标识

Signed-off-by: OTTO <731554297@qq.com>
This commit is contained in:
OTTO 2025-01-08 14:39:00 +08:00
parent 33ffe1bfb4
commit 6bb968ec5e
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ public class PmsProductDataVo {
@ApiModelProperty(value = "产品标识")
private String productIdentifier;
@ApiModelProperty(value = "产品自定义标识")
private String customIdentifier;
/**
* 是否置顶0否1是
*/