jiangping
2025-05-07 bcd62be27acf68adb54415f75b37f5e26d65c11b
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/DeviceRoleMapper.java
@@ -11,5 +11,4 @@
 */
public interface DeviceRoleMapper extends BaseMapper<DeviceRole> {
    void insertBatchSomeColumn(List<DeviceRole> addList);
}