czt
3 天以前 46ee5aac0c31c352f19344eb3cfd762817f2559e
src/main/java/com/fzzy/push/sh2023/dto/SH2023Api1510.java
@@ -21,79 +21,79 @@
    private String id;
    @PropertyDef(label = "账套号")
    @JsonProperty("nAcctId")
    @JsonProperty("nAcctID")
    private String nacctid;
    @PropertyDef(label = "固定资产编码")
    @JsonProperty("fixAssetCode")
    @JsonProperty("FixAssetCode")
    private String fixassetcode;
    @PropertyDef(label = "期间")
    @JsonProperty("period")
    private Integer period;
    @JsonProperty("Period")
    private String period;
    @PropertyDef(label = "年度")
    @JsonProperty("AcctYear")
    private Integer acctyear;
    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 = "本年累计折旧调减")