ll
liukangdong
2025-02-11 8ac8aa810302c78d18d0b37b155bdbf814ae466f
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/DeviceMapper.java
@@ -11,6 +11,4 @@
 */
public interface DeviceMapper extends BaseMapper<Device> {
    Integer insertBatchSomeColumn(Collection<Device> entityList);
}