liukangdong
2024-10-31 18e9c3c8c5c05fb14b13d2a30a69af0165496f33
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);
}