ll
liukangdong
2025-03-05 9b3c411ed63fa0338a92cfcdd7589e58c05b7ea4
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);
}