liding
2 天以前 733b9e6837365d2817d7e8a0005b2c167c18f77e
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 {
}