Lius
2024-02-01 848e5624f3a814763e81db5d79d8f0761c5bb4f1
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;
}