ll
liukangdong
2024-11-13 1fe0f94c2cbb9b20dcb49856ee49a88b448a96ab
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);
}