ll
liukangdong
2024-12-12 0fd73b26d4e3c5d2dc153429ef82bf2fd8f77168
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);
}