jiazx0107@163.com
2023-05-17 620eab6cca2bc9ef9ea6d3067a0a5ba1deadbd1c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
package com.ld.igds.sh.dto;
 
import com.ld.igds.sh.util.ApiShConst;
import lombok.Data;
 
/**
 * 合同信息封装
 *
 * @author chen
 */
@Data
public class Dto1504 {
 
    private String zznm;  //组织内码
    private String htmxnm;  //合同明细内码
    private String ver;  //版本
    private String goodscode;  //来粮代码
    private String bjw;  //标记位
    private String czbz = ApiShConst.API_SH_I; //操作标志
    private String zhgxsj;  //最后更新时间
 
}