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;
|
|
|
}
|