| package com.fzzy.push.nx2024.dto; | 
|   | 
| import com.bstek.dorado.annotation.PropertyDef; | 
| import lombok.Data; | 
| import java.io.Serializable; | 
|   | 
| /** | 
|  * @Description 宁夏省平台2024版-财务报表数据封装 | 
|  * @Author CZT | 
|  * @Date 2024/7/25 15:20 | 
|  */ | 
| @Data | 
| public class Nx2024Api2441 implements Serializable { | 
|   | 
|     @PropertyDef(label = "单位代码") | 
|     private String dwdm; | 
|   | 
|     @PropertyDef(label = "统一单位编码") | 
|     private String tydwbm; | 
|   | 
|     @PropertyDef(label = "库区代码") | 
|     private String kqdm; | 
|   | 
|     @PropertyDef(label = "统一库区编码") | 
|     private String tykqbm; | 
|   | 
|     @PropertyDef(label = "报表期号") | 
|     private String bbsj; | 
|   | 
|     @PropertyDef(label = "报表名") | 
|     private String bbm; | 
|   | 
|     @PropertyDef(label = "指标序号") | 
|     private String zbxh; | 
|   | 
|     @PropertyDef(label = "指标名称") | 
|     private String zbmc; | 
|   | 
|     @PropertyDef(label = "指标值 1") | 
|     private String zbz1; | 
|   | 
|     @PropertyDef(label = "指标值 2") | 
|     private String zbz2; | 
|   | 
|     @PropertyDef(label = "操作标志") | 
|     private String czbz; | 
|   | 
|     @PropertyDef(label = "最后更新时间") | 
|     private String zhgxsj; | 
|   | 
|     public Nx2024Api2441() { | 
|     } | 
|   | 
|     public Nx2024Api2441(String zbmc, String zbz1, String zbz2){ | 
|         this.zbmc = zbmc; | 
|         this.zbz1 = zbz1; | 
|         this.zbz2 = zbz2; | 
|     } | 
| } |