package com.gkhy.testFourierSpecialGasMonitor.entity.resp; import lombok.Data; @Data public class GasCategoryConfigurationRespDTO { private Integer id; private Integer gasCategoryId; private Integer orientation; private Double concentration; private Integer multiplication; }