sgj
18 小时以前 67b2e6a3b7e4254be92e3ecbcd7b6e9f61b3aae3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.fzzy.igds.request;
 
import lombok.Data;
 
import java.io.Serializable;
 
/**
 * @Description 仓温仓湿请求
 * @Author CZT
 * @Date 2025/12/9 10:19
 */
@Data
public class ThReqData implements Serializable {
 
    private String thConf;//仓温湿通道
}