记得上下班打卡 | git大法好,push需谨慎

Commit de21d640 authored by 胡佳晨's avatar 胡佳晨

1

parent 906253f4
......@@ -5,6 +5,7 @@ import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.io.Serializable;
import java.util.List;
@Data
@ApiModel
......@@ -21,7 +22,7 @@ public class STPTListVo implements Serializable, Cloneable {
private Integer level;
@ApiModelProperty(value = "备注")
private Integer remark;
private ListVo<STPTListVo> children;
private List<STPTListVo> children;
private static final STPTListVo obj = new STPTListVo();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment