heheng
2025-03-27 5d2cfd4562f74496a5263db3451c1e78ff53aead
assess-system/src/main/java/com/gkhy/assess/system/mapper/SysAttachMapper.java
@@ -33,4 +33,12 @@
     * @return
     */
    int deleteAttachsByUserId(Long userId, Integer type);
    /**
     * 根据ids批量删除附件
     * @param ids
     * @return
     */
    int deleteAttachsByIds(List<Long> ids);
}