| | |
| | | private String id; |
| | | |
| | | @PropertyDef(label = "账套号") |
| | | @JsonProperty("nAcctId") |
| | | @JsonProperty("nAcctID") |
| | | private String nacctid; |
| | | |
| | | @PropertyDef(label = "固定资产编码") |
| | | @JsonProperty("fixAssetCode") |
| | | @JsonProperty("FixAssetCode") |
| | | private String fixassetcode; |
| | | |
| | | @PropertyDef(label = "固定资产自编码") |
| | | @JsonProperty("origFixAssetCode") |
| | | @JsonProperty("OrigFixAssetCode") |
| | | private String origfixassetcode; |
| | | |
| | | @PropertyDef(label = "资产类别编码") |
| | | @JsonProperty("groupCode") |
| | | @JsonProperty("GroupCode") |
| | | private String groupcode; |
| | | |
| | | @PropertyDef(label = "固定资产名称") |
| | | @JsonProperty("fixAssetName") |
| | | @JsonProperty("FixAssetName") |
| | | private String fixassetname; |
| | | |
| | | @PropertyDef(label = "计量单位名称") |
| | | @JsonProperty("unitName") |
| | | @JsonProperty("UnitName") |
| | | private String unitname; |
| | | |
| | | @PropertyDef(label = "原值") |
| | | @JsonProperty("valueOrg") |
| | | @JsonProperty("ValueOrg") |
| | | private Double valueorg; |
| | | |
| | | @PropertyDef(label = "当前原值") |
| | | @JsonProperty("dresentValueOrg") |
| | | @JsonProperty("PresentValueOrg") |
| | | private Double dresentvalueorg; |
| | | |
| | | /** |
| | |
| | | * 6:双倍余额递减法 |
| | | */ |
| | | @PropertyDef(label = "折旧方法") |
| | | @JsonProperty("deprMethodId") |
| | | private Integer deprmethodid; |
| | | @JsonProperty("DeprMethodId") |
| | | private String deprmethodid; |
| | | |
| | | /** |
| | | * 1:投资 |
| | |
| | | * 8:换入 |
| | | */ |
| | | @PropertyDef(label = "固定资产来源") |
| | | @JsonProperty("sourceid") |
| | | private Integer sourceid; |
| | | @JsonProperty("Sourceid") |
| | | private String sourceid; |
| | | |
| | | @PropertyDef(label = "型号") |
| | | @JsonProperty("model") |
| | | @JsonProperty("Model") |
| | | private String model; |
| | | |
| | | @PropertyDef(label = "规格") |
| | | @JsonProperty("specs") |
| | | @JsonProperty("Specs") |
| | | private String specs; |
| | | |
| | | @PropertyDef(label = "制造商") |
| | | @JsonProperty("manufacturer") |
| | | @JsonProperty("Manufacturer") |
| | | private String manufacturer; |
| | | |
| | | @PropertyDef(label = "产地") |
| | | @JsonProperty("makingPlace") |
| | | @JsonProperty("MakingPlace") |
| | | private String makingplace; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "进单位日期") |
| | | @JsonProperty("enterDay") |
| | | @JsonProperty("EnterDay") |
| | | private Date enterday; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "开始使用日期") |
| | | @JsonProperty("beginUseDay") |
| | | @JsonProperty("BeginUseDay") |
| | | private Date beginuseday; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "建卡日期") |
| | | @JsonProperty("makinDay") |
| | | @JsonProperty("MakinDay") |
| | | private Date makinday; |
| | | |
| | | @PropertyDef(label = "管理人") |
| | | @JsonProperty("keeper") |
| | | @JsonProperty("Keeper") |
| | | private String keeper; |
| | | |
| | | @PropertyDef(label = "建卡人") |
| | | @JsonProperty("maker") |
| | | @JsonProperty("Maker") |
| | | private String maker; |
| | | |
| | | @PropertyDef(label = "预计使用期间数") |
| | | @JsonProperty("usingPeriods") |
| | | private Integer usingperiods; |
| | | @JsonProperty("UsingPeriods") |
| | | private String usingperiods; |
| | | |
| | | @PropertyDef(label = "预计净残值") |
| | | @JsonProperty("expecRemain") |
| | | @JsonProperty("ExpecRemain") |
| | | private Double expecremain; |
| | | |
| | | @PropertyDef(label = "固定资产对应科目编码") |
| | | @JsonProperty("assetAcctCode") |
| | | @JsonProperty("AssetAcctCode") |
| | | private String assetacctcode; |
| | | |
| | | @PropertyDef(label = "累计折旧对应科目编码") |
| | | @JsonProperty("deprAcctCode") |
| | | @JsonProperty("DeprAcctCode") |
| | | private String depracctcode; |
| | | |
| | | @PropertyDef(label = "累计折旧") |
| | | @JsonProperty("accumulateDepr") |
| | | @JsonProperty("AccumulateDepr") |
| | | private Double accumulatedepr; |
| | | /** |
| | | * 0:否 |
| | | * 1:是 |
| | | */ |
| | | @PropertyDef(label = "是否报废清理") |
| | | @JsonProperty("abadoned") |
| | | @JsonProperty("Abadoned") |
| | | private String abadoned; |
| | | |
| | | /** |
| | |
| | | * 6:盘亏 |
| | | */ |
| | | @PropertyDef(label = "当前使用状态名称") |
| | | @JsonProperty("presentStatus") |
| | | @JsonProperty("PresentStatus") |
| | | private String presentstatus; |
| | | |
| | | @PropertyDef(label = "备注") |
| | | @JsonProperty("notes") |
| | | @JsonProperty("Notes") |
| | | private String notes; |
| | | |
| | | @PropertyDef(label = "操作标志") |