liukangdong
2024-11-14 56a0692624bad9d65feaf0b31b8c28eb698f3c9f
server/system_service/src/main/java/com/doumee/dao/system/join/NoticesJoinMapper.java
@@ -11,5 +11,4 @@
 */
public interface NoticesJoinMapper extends MPJJoinMapper<Notices> {
    void insertBatchSomeColumn(List<Notices> noticeList);
}