liyong
2026-01-30 69df43dfc01f7bfab958898b49bd0b418d0522e5
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 {
}