bug
lrj
2024-10-25 a6470c4de7867f5478197c390c158ad730ff5bae
src/main/java/com/ycl/scheme/entity/Keyword.java
@@ -18,19 +18,23 @@
    private KeywordType keywordType;
    private String table;
    private String source; //触发的原数据表
    private String field;
    private String table;//触发后查询的表(视图) ,如果 table 和 source 不相同的话, 那么 tableKey必须相同
    private String sql;
    private String field;//字段名称
    private String sql;//暂时没用
    private String dataType;//对应java的数据类型
    private String tableTimeField;
    private String tableTimeField;//table 必须
    private String tableKey;
    private String tableKey;//table 必须
    private String regex;
    private String regex;//抓取
    private Boolean functionParameterNullable;//函数参数是否可以为空