Lius
2024-08-23 7c7463d2f5012c27ac50f1d2ac39fa09616fc813
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;
}