CZT
2023-10-30 d772a530c931502bdcf9c0fda5a81698ddc07d70
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
package com.fzzy.push.shjdjw2023.dto;
 
import com.bstek.dorado.annotation.PropertyDef;
import lombok.Data;
import lombok.EqualsAndHashCode;
 
import java.io.Serializable;
 
@Data
@EqualsAndHashCode(callSuper = false)
public class Shjdjw1502 implements Serializable {
 
    @PropertyDef(label = "单位名称")
    private String dwmc;
 
    @PropertyDef(label = "计划年度")
    private String jhnd;
 
    @PropertyDef(label = "计划数量")
    private String jhsl;
 
    @PropertyDef(label = "已执行数量")
    private String yzxsl;
 
    @PropertyDef(label = "执行比例")
    private String zxbl;
 
    @PropertyDef(label = "招标/竞价比例")
    private String zbjjbl;
 
    @PropertyDef(label = "操作标志")
    private String czbz;
 
 
}