| | |
| | | |
| | | 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; |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | | |
| | | /** |
| | |
| | | @Data |
| | | public class SX2024Api1510 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 fixAssetCode; |
| | | @JsonProperty("fixAssetCode") |
| | | private String fixassetcode; |
| | | |
| | | @PropertyDef(label = "期间") |
| | | private Double period; |
| | | @JsonProperty("period") |
| | | private Integer period; |
| | | |
| | | @PropertyDef(label = "年度") |
| | | private Double AcctYear; |
| | | @JsonProperty("AcctYear") |
| | | private Integer acctyear; |
| | | |
| | | @PropertyDef(label = "期初原值") |
| | | private Double bValueOrg; |
| | | @JsonProperty("bValueOrg") |
| | | private Double bvalueorg; |
| | | |
| | | @PropertyDef(label = "累计折旧") |
| | | private Double bAccumDepr; |
| | | @JsonProperty("bAccumDepr") |
| | | private Double baccumdepr; |
| | | |
| | | @PropertyDef(label = "本期计提折旧") |
| | | private Double deprAmmount; |
| | | @JsonProperty("deprAmmount") |
| | | private Double deprammount; |
| | | |
| | | @PropertyDef(label = "本年累计计提折旧") |
| | | private Double yAccumDepr; |
| | | @JsonProperty("yAccumDepr") |
| | | private Double yaccumdepr; |
| | | |
| | | @PropertyDef(label = "本期数量增加") |
| | | private Double qtyAdd; |
| | | @JsonProperty("qtyAdd") |
| | | private Double qtyadd; |
| | | |
| | | @PropertyDef(label = "本期数量减少") |
| | | private Double qtyDecrease; |
| | | @JsonProperty("qtyDecrease") |
| | | private Double qtydecrease; |
| | | |
| | | @PropertyDef(label = "本期原值增加") |
| | | private Double valueOrgAdd; |
| | | @JsonProperty("valueOrgAdd") |
| | | private Double valueorgadd; |
| | | |
| | | @PropertyDef(label = "本期原值减少") |
| | | private Double valueOrgDerease; |
| | | @JsonProperty("valueOrgDerease") |
| | | private Double valueorgderease; |
| | | |
| | | @PropertyDef(label = "本期累计折旧调增") |
| | | private Double accuDeprAdjustAdd; |
| | | @JsonProperty("accuDeprAdjustAdd") |
| | | private Double accudepradjustadd; |
| | | |
| | | @PropertyDef(label = "本期累计折旧调减") |
| | | private Double accuDeprAdjustDec; |
| | | @JsonProperty("accuDeprAdjustDec") |
| | | private Double accudepradjustdec; |
| | | |
| | | @PropertyDef(label = "本年累计数量增加") |
| | | private Double yQtyIncrease; |
| | | @JsonProperty("yQtyIncrease") |
| | | private Double yqtyIncrease; |
| | | |
| | | @PropertyDef(label = "本年累计数量减少") |
| | | private Double yQtyDecrease; |
| | | @JsonProperty("yQtyDecrease") |
| | | private Double yqtydecrease; |
| | | |
| | | @PropertyDef(label = "本年原值累计增加") |
| | | private Double yValueIncrease; |
| | | @JsonProperty("yValueIncrease") |
| | | private Double yvalueincrease; |
| | | |
| | | @PropertyDef(label = "本年原值累计减少") |
| | | private Double yValueDecrease; |
| | | @JsonProperty("yValueDecrease") |
| | | private Double yvaluedecrease; |
| | | |
| | | @PropertyDef(label = "本年累计折旧调增") |
| | | private Double yAccuDeprIncrease; |
| | | @JsonProperty("yAccuDeprIncrease") |
| | | private Double yaccudeprincrease; |
| | | |
| | | @PropertyDef(label = "本年累计折旧调减") |
| | | private Double YAccuDeprDecrease; |
| | | @JsonProperty("YAccuDeprDecrease") |
| | | private Double yaccudeprdecrease; |
| | | |
| | | @PropertyDef(label = "操作标志") |
| | | @JsonProperty("czbz") |
| | | private String czbz; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | @PropertyDef(label = "最后更新时间") |
| | | @JsonProperty("zhgxsj") |
| | | private Date zhgxsj; |
| | | |
| | | } |