zhang-content/src/main/java/com/ruoyi/service/impl/IZfPropertyServiceImpl.java
@@ -49,6 +49,9 @@ @Resource ZAuthorityService zAuthorityService; @Resource ZfPropertyMapper zfPropertyMapper; // private LambdaQueryWrapper<ZfProperty> buildCondition(ZfProperty zfProperty) { // LambdaQueryWrapper<ZfProperty> lqw = new LambdaQueryWrapper<>(); @@ -499,6 +502,12 @@ } @Override public AjaxResult listType() { List<String> result = zfPropertyMapper.listType(); return AjaxResult.success(result); } }