| | |
| | | |
| | | import com.alibaba.fastjson.annotation.JSONField; |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import com.fasterxml.jackson.annotation.JsonProperty; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | |
| | | @Data |
| | | public class Nx2023Api1505 implements Serializable { |
| | | |
| | | @PropertyDef(label = "id主键") |
| | | @JSONField(serialize = false) |
| | | private String id; |
| | | |
| | | @PropertyDef(label = "账套号") |
| | | private Double nAcctId; |
| | | @JsonProperty("nAcctId") |
| | | private String nacctid; |
| | | |
| | | @PropertyDef(label = "年度") |
| | | private String cYear; |
| | | @JsonProperty("cYear") |
| | | private Integer cyear; |
| | | |
| | | @PropertyDef(label = "科目编码") |
| | | private String cCode; |
| | | @JsonProperty("cCode") |
| | | private String ccode; |
| | | |
| | | @PropertyDef(label = "科目名称") |
| | | private String cName; |
| | | @JsonProperty("cName") |
| | | private String cname; |
| | | |
| | | @PropertyDef(label = "科目全称") |
| | | private String cAllName; |
| | | @JsonProperty("cAllName") |
| | | private String callname; |
| | | |
| | | /** |
| | | * 1:资产类 |
| | |
| | | * 6:损益类 |
| | | */ |
| | | @PropertyDef(label = "科目类别") |
| | | private String nClass; |
| | | @JsonProperty("nClass") |
| | | private String nclass; |
| | | /** |
| | | * (-1)-贷方;1-借方 |
| | | */ |
| | | @PropertyDef(label = "余额方向") |
| | | private String cDc; |
| | | @JsonProperty("cDc") |
| | | private Integer cdc; |
| | | |
| | | @PropertyDef(label = "末级科目") |
| | | private String bL; |
| | | @JsonProperty("bL") |
| | | private Integer bl; |
| | | |
| | | @PropertyDef(label = "科目级次") |
| | | private Double nGrade; |
| | | @JsonProperty("nGrade") |
| | | private Integer ngrade; |
| | | |
| | | @PropertyDef(label = "数量科目") |
| | | private String bQ; |
| | | @JsonProperty("bQ") |
| | | private Integer bq; |
| | | |
| | | @PropertyDef(label = "数量单位") |
| | | private String cQUnit; |
| | | @JsonProperty("cQUnit") |
| | | private Integer cqunit; |
| | | |
| | | @PropertyDef(label = "现金类科目") |
| | | private String bCash; |
| | | @JsonProperty("bCash") |
| | | private Integer bcash; |
| | | |
| | | @PropertyDef(label = "银行类科目") |
| | | private String bBank; |
| | | @JsonProperty("bBank") |
| | | private Integer bbank; |
| | | |
| | | @PropertyDef(label = "现金流量类科目") |
| | | private String bXjll; |
| | | @JsonProperty("bXjll") |
| | | private Integer bxjll; |
| | | |
| | | @PropertyDef(label = "冻结") |
| | | private String bF; |
| | | @JsonProperty("bF") |
| | | private Integer bf; |
| | | |
| | | @PropertyDef(label = "操作标志") |
| | | @JsonProperty("czbz") |
| | | private String czbz; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | @PropertyDef(label = "最后更新时间") |
| | | @JsonProperty("zhgxsj") |
| | | private Date zhgxsj; |
| | | } |