package com.gkhy.hazmat.system.domain.vo; import lombok.Data; @Data public class TabooDisVo { private String spNum; private Long id; }