xiaoyong931011
2023-06-08 f1f883554a05d7ef93d4095906216aaed537b20e
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;
    }
}