fix(Bug修复): 修复产品标识由用户自定义后可能在不同组织下存在相同产品标识的问题
查询产品列表时返回自定义标识 Signed-off-by: OTTO <731554297@qq.com>
This commit is contained in:
parent
33ffe1bfb4
commit
6bb968ec5e
|
|
@ -48,6 +48,9 @@ public class PmsProductDataVo {
|
|||
@ApiModelProperty(value = "产品标识")
|
||||
private String productIdentifier;
|
||||
|
||||
@ApiModelProperty(value = "产品自定义标识")
|
||||
private String customIdentifier;
|
||||
|
||||
/**
|
||||
* 是否置顶(0否,1是)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue