package com.gkhy.safePlatform.doublePrevention.entity.dto.req; public class PreventProduceDeviceDeleteReqDTO { /** * 主键 */ private Long id; public Long getId() { return id; } public void setId(Long id) { this.id = id; } }