mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-05-20 23:13:25 +08:00
优化
This commit is contained in:
@@ -22,7 +22,7 @@ import java.util.Set;
|
||||
@Data
|
||||
public class EasyormProperties {
|
||||
|
||||
private String defaultSchema;
|
||||
private String defaultSchema="PUBLIC";
|
||||
|
||||
private String[] schemas = {};
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ import java.util.List;
|
||||
@Getter
|
||||
@Setter
|
||||
@Table(name = "s_dictionary_item",indexes = {
|
||||
@Index(name = "idx_dic_item_dic_id",columnList = "dic_id"),
|
||||
@Index(name = "idx_dic_item_dic_id",columnList = "dict_id"),
|
||||
@Index(name = "idx_dic_item_ordinal",columnList = "ordinal"),
|
||||
@Index(name = "idx_dic_item_path",columnList = "path")
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user