guoshilong
2024-03-31 a4cd27af8c445e2b043aa146ee38f04222c992e7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package cn.gistack.sm.sjztdw.vo;
 
import cn.gistack.sm.sjztdw.excel.DbExcel;
import lombok.Data;
 
@Data
public class DbExcelVO extends DbExcel {
 
    //水库编码
    private String resCd;
 
    private String resRegCode;
 
 
    //测点编码
    private String cd;
 
    private String ch;
 
}