Update PmsProductCategoryParam.java

This commit is contained in:
macro
2023-03-06 15:08:17 +08:00
parent 36ffe7eb11
commit 863e9d57e6

View File

@@ -14,7 +14,7 @@ import java.util.List;
* Created by macro on 2018/4/26.
*/
@Data
@EqualsAndHashCode(callSuper = false)
@EqualsAndHashCode
public class PmsProductCategoryParam {
@ApiModelProperty("父分类的编号")
private Long parentId;