ll
liukangdong
2024-10-17 6f20f93d3929ec060b2f732b61d08a8ec7a5f1bb
server/system_service/src/main/java/com/doumee/dao/system/MultifileMapper.java
@@ -11,5 +11,4 @@
 */
public interface MultifileMapper extends BaseMapper<Multifile> {
    void insertBatchSomeColumn(List<Multifile> fileList);
}