实现序列化
This commit is contained in:
parent
17a63efca1
commit
5c1eef1326
@ -3,6 +3,8 @@ package com.cm.common.pojo.dtos;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @ClassName: ZTreeDTO
|
||||
* @Description: zTree菜单
|
||||
@ -11,7 +13,7 @@ import io.swagger.annotations.ApiModelProperty;
|
||||
* @Version: 1.0
|
||||
**/
|
||||
@ApiModel
|
||||
public class ZTreeDTO {
|
||||
public class ZTreeDTO implements Serializable {
|
||||
|
||||
@ApiModelProperty(name = "id", value = "ID")
|
||||
private String id;
|
||||
|
Loading…
Reference in New Issue
Block a user