chenhj
3 天以前 8097a2a4383a3785e11990170d61c59ae6b48888
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 {
}