liding
2025-08-19 b0d96a198e29214f93e2bb3e58e63b51321e3e4a
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 {
}