xuhy
2024-12-27 85f941c52bf8b52173957fbaf38c875f20349373
1
2
3
4
5
6
7
8
9
10
11
package com.jilongda.manage.authority.dto;
 
import lombok.Data;
 
import java.io.Serializable;
 
@Data
public class Btn implements Serializable {
    private String title;
    private String name;
}