liukangdong
2024-09-25 75310c871f4cb82a6985161fbc7e3c7d86f066a4
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);
}