Merge pull request '查询产品列表时返回自定义标识' (#793) from otto/microservices:product_refact into product_refact

This commit is contained in:
otto 2025-01-08 14:36:21 +08:00
commit 96dfb1d856
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是
*/