liukangdong
2024-10-14 9c8dee1390f9c88f449f1a7f0d8b65a737ed696a
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);
}