Lius
2024-04-16 5d5339a1b9b6f90b113ba56fd46e548556dac255
1
2
3
4
5
6
7
8
9
package org.jeecg.modules.system.entity;
 
import lombok.Data;
 
@Data
public class Secret {
    private String type;
    private String sql;
}