Lius
2024-01-15 e87017017b42d5b63ced3be743e2cf57c5bf0280
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;
}