xiaoyong931011
2023-09-20 ccfb2b8dedaf1397a7f4ad012008b0f3de82ab7b
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;
    }
}