liding
13 小时以前 c8fbeff3b07f96ffb4624dd64344ac00ec0c8ef8
1
2
3
4
5
6
7
8
package com.ruoyi.business.dto;
 
import com.ruoyi.business.entity.Tree;
import lombok.Data;
 
@Data
public class TreeDto extends Tree {
}