liding
2025-07-15 6733a32d4bcd7ad3ec3f109da0f3d2524766f7bb
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 {
}