jinpengyong
2022-02-17 273defb3cc6cbbd74494a853a23cb8fe14c22b8b
screen-manage/src/main/java/com/moral/api/pojo/form/sysDictData/SysDictDataUpdateForm.java
@@ -21,9 +21,7 @@
    private String value;
    public boolean valid() {
        if (ObjectUtils.isEmpty(id) ||
                ObjectUtils.isEmpty(key) ||
                ObjectUtils.isEmpty(value))
        if (ObjectUtils.isEmpty(id))
            return false;
        return true;
    }