Merge pull request '查询产品列表时返回自定义标识' (#793) from otto/microservices:product_refact into product_refact
This commit is contained in:
commit
96dfb1d856
|
|
@ -48,6 +48,9 @@ public class PmsProductDataVo {
|
|||
@ApiModelProperty(value = "产品标识")
|
||||
private String productIdentifier;
|
||||
|
||||
@ApiModelProperty(value = "产品自定义标识")
|
||||
private String customIdentifier;
|
||||
|
||||
/**
|
||||
* 是否置顶(0否,1是)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue