Lius
2025-08-07 7c8412ace0768a7fdaacfde9299c1f4153003b20
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;
}