package com.gkhy.testFourierSpecialGasMonitor.entity.req; import lombok.Data; /** * @author Mr.huang * @decription * @date 2023/8/9 14:39 */ @Data public class UpdateGasThresholdReqDTO { private Integer id; private int threshold; }