Update PmsProductCategoryParam.java
This commit is contained in:
@@ -14,7 +14,7 @@ import java.util.List;
|
|||||||
* Created by macro on 2018/4/26.
|
* Created by macro on 2018/4/26.
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@EqualsAndHashCode(callSuper = false)
|
@EqualsAndHashCode
|
||||||
public class PmsProductCategoryParam {
|
public class PmsProductCategoryParam {
|
||||||
@ApiModelProperty("父分类的编号")
|
@ApiModelProperty("父分类的编号")
|
||||||
private Long parentId;
|
private Long parentId;
|
||||||
|
|||||||
Reference in New Issue
Block a user