jiangping
2024-12-31 b36a08875084bca2ab0a23595918a09d7a4aef7b
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);
}