Lius
2025-08-27 c7407795cfa74ab3706a104aa047f209fa5be506
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;
}