czt
2 天以前 9f6dacf7b39e5aeba37d8faf575c9e56d8cbe51a
src/main/java/com/fzzy/push/nx2023/dto/Nx2023Api1301.java
@@ -3,6 +3,8 @@
import com.alibaba.fastjson.annotation.JSONField;
import com.bstek.dorado.annotation.PropertyDef;
import lombok.Data;
import javax.persistence.Column;
import java.io.Serializable;
import java.util.Date;
@@ -14,21 +16,24 @@
@Data
public class Nx2023Api1301 implements Serializable {
    @PropertyDef(label = "风险点编码" )
    private String fxdbm;
    @PropertyDef(label = "统一库区编码")
    private String tykqbm;
    @PropertyDef(label = "库区代码" )
    private String kqdm;
    @PropertyDef(label = "统一单位编码")
    private String tydwbm;
    @PropertyDef(label = "单位代码" )
    private String dwdm;
    @PropertyDef(label = "库区名称" )
    private String kqmc;
    @PropertyDef(label = "地点" )
    private String dd;
    @PropertyDef(label = "风险点编码" )
    private String fxdbm;
    @PropertyDef(label = "识别人" )
    private String sbr;