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