xiaoyong931011
2023-08-15 f9b6accb4ca10a20ff293ff53c371b53e68ee96f
src/main/java/cc/mrbird/febs/dapp/entity/DataDictionaryCustom.java
@@ -18,4 +18,11 @@
    private String value;
    private String description;
    public   DataDictionaryCustom(){}
    public DataDictionaryCustom(String type,String code,String value,String description){
        this.type = type;
        this.code = code;
        this.value = value;
        this.description = description;
    }
}