|  |  |  | 
|---|
|  |  |  | private String nacctid; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "固定资产编码") | 
|---|
|  |  |  | @JsonProperty("fixAssetCode") | 
|---|
|  |  |  | @JsonProperty("FixAssetCode") | 
|---|
|  |  |  | private String fixassetcode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "期间") | 
|---|
|  |  |  | @JsonProperty("period") | 
|---|
|  |  |  | @JsonProperty("Period") | 
|---|
|  |  |  | private String period; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "年度") | 
|---|
|  |  |  | 
|---|
|  |  |  | private String acctyear; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "期初原值") | 
|---|
|  |  |  | @JsonProperty("bValueOrg") | 
|---|
|  |  |  | @JsonProperty("BValueOrg") | 
|---|
|  |  |  | private Double bvalueorg; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "累计折旧") | 
|---|
|  |  |  | @JsonProperty("bAccumDepr") | 
|---|
|  |  |  | @JsonProperty("BAccumDepr") | 
|---|
|  |  |  | private Double baccumdepr; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "本期计提折旧") | 
|---|
|  |  |  | @JsonProperty("deprAmmount") | 
|---|
|  |  |  | @JsonProperty("DeprAmmount") | 
|---|
|  |  |  | private Double deprammount; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "本年累计计提折旧") | 
|---|
|  |  |  | @JsonProperty("yAccumDepr") | 
|---|
|  |  |  | @JsonProperty("YAccumDepr") | 
|---|
|  |  |  | private Double yaccumdepr; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "本期数量增加") | 
|---|
|  |  |  | @JsonProperty("qtyAdd") | 
|---|
|  |  |  | @JsonProperty("QtyAdd") | 
|---|
|  |  |  | private Double qtyadd; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "本期数量减少") | 
|---|
|  |  |  | @JsonProperty("qtyDecrease") | 
|---|
|  |  |  | @JsonProperty("QtyDecrease") | 
|---|
|  |  |  | private Double qtydecrease; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "本期原值增加") | 
|---|
|  |  |  | @JsonProperty("valueOrgAdd") | 
|---|
|  |  |  | @JsonProperty("ValueOrgAdd") | 
|---|
|  |  |  | private Double valueorgadd; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "本期原值减少") | 
|---|
|  |  |  | @JsonProperty("valueOrgDerease") | 
|---|
|  |  |  | @JsonProperty("ValueOrgDerease") | 
|---|
|  |  |  | private Double valueorgderease; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "本期累计折旧调增") | 
|---|
|  |  |  | @JsonProperty("accuDeprAdjustAdd") | 
|---|
|  |  |  | @JsonProperty("AccuDeprAdjustAdd") | 
|---|
|  |  |  | private Double accudepradjustadd; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "本期累计折旧调减") | 
|---|
|  |  |  | @JsonProperty("accuDeprAdjustDec") | 
|---|
|  |  |  | @JsonProperty("AccuDeprAdjustDec") | 
|---|
|  |  |  | private Double accudepradjustdec; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "本年累计数量增加") | 
|---|
|  |  |  | @JsonProperty("yQtyIncrease") | 
|---|
|  |  |  | @JsonProperty("YQtyIncrease") | 
|---|
|  |  |  | private Double yqtyIncrease; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "本年累计数量减少") | 
|---|
|  |  |  | @JsonProperty("yQtyDecrease") | 
|---|
|  |  |  | @JsonProperty("YQtyDecrease") | 
|---|
|  |  |  | private Double yqtydecrease; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "本年原值累计增加") | 
|---|
|  |  |  | @JsonProperty("yValueIncrease") | 
|---|
|  |  |  | @JsonProperty("YvalueIncrease") | 
|---|
|  |  |  | private Double yvalueincrease; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "本年原值累计减少") | 
|---|
|  |  |  | @JsonProperty("yValueDecrease") | 
|---|
|  |  |  | @JsonProperty("YvalueDecrease") | 
|---|
|  |  |  | private Double yvaluedecrease; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "本年累计折旧调增") | 
|---|
|  |  |  | @JsonProperty("yAccuDeprIncrease") | 
|---|
|  |  |  | @JsonProperty("YAccuDeprIncrease") | 
|---|
|  |  |  | private Double yaccudeprincrease; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "本年累计折旧调减") | 
|---|