品类补充字段
This commit is contained in:
@ -46,6 +46,11 @@ public class CoscoCategoryMaintenance extends BaseEntity implements Serializable
|
||||
@ApiModelProperty(value = "路径")
|
||||
private String path;
|
||||
|
||||
/**
|
||||
* 路径名称(从根到当前节点的所有category_name,以逗号分隔)
|
||||
*/
|
||||
@ApiModelProperty(value = "路径名称")
|
||||
private String pathName;
|
||||
/**
|
||||
* 品类名称
|
||||
*/
|
||||
|
Reference in New Issue
Block a user