src/main/java/com/yssh/service/impl/DictRecordServiceImpl.java
@@ -1,5 +1,6 @@ package com.yssh.service.impl; import java.util.Date; import java.util.List; import lombok.Synchronized; @@ -25,6 +26,7 @@ /** * 查询字典记录列表 * * @param dictRecord 字典记录 * @return 字典记录 */ @@ -35,6 +37,7 @@ /** * 新增字典记录 * * @param dictRecord 字典记录 * @return 结果 */ @@ -45,6 +48,7 @@ /** * 删除字典记录对象 * * @param ids 需要删除的数据ID * @return 结果 */ @@ -56,6 +60,7 @@ /** * 删除字典记录信息 * * @param id 字典记录ID * @return 结果 */ @@ -73,5 +78,4 @@ public int createDictRecoTable() { return dictRecordMapper.createDictRecoTable(); } }