实现序列化
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.ApiModel;
|
||||||
import io.swagger.annotations.ApiModelProperty;
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ClassName: ZTreeDTO
|
* @ClassName: ZTreeDTO
|
||||||
* @Description: zTree菜单
|
* @Description: zTree菜单
|
||||||
@ -11,7 +13,7 @@ import io.swagger.annotations.ApiModelProperty;
|
|||||||
* @Version: 1.0
|
* @Version: 1.0
|
||||||
**/
|
**/
|
||||||
@ApiModel
|
@ApiModel
|
||||||
public class ZTreeDTO {
|
public class ZTreeDTO implements Serializable {
|
||||||
|
|
||||||
@ApiModelProperty(name = "id", value = "ID")
|
@ApiModelProperty(name = "id", value = "ID")
|
||||||
private String id;
|
private String id;
|
||||||
|
Loading…
Reference in New Issue
Block a user