|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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.util.Date; | 
|---|
|  |  |  | 
|---|
|  |  |  | @Data | 
|---|
|  |  |  | public class SX2024Api1509 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 String origFixAssetCode; | 
|---|
|  |  |  | @JsonProperty("origFixAssetCode") | 
|---|
|  |  |  | private String origfixassetcode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "资产类别编码") | 
|---|
|  |  |  | private String groupCode; | 
|---|
|  |  |  | @JsonProperty("groupCode") | 
|---|
|  |  |  | private String groupcode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "固定资产名称") | 
|---|
|  |  |  | private String fixAssetName; | 
|---|
|  |  |  | @JsonProperty("fixAssetName") | 
|---|
|  |  |  | private String fixassetname; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "计量单位名称") | 
|---|
|  |  |  | private String unitName; | 
|---|
|  |  |  | @JsonProperty("unitName") | 
|---|
|  |  |  | private String unitname; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "原值") | 
|---|
|  |  |  | private Double valueOrg; | 
|---|
|  |  |  | @JsonProperty("valueOrg") | 
|---|
|  |  |  | private Double valueorg; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "当前原值") | 
|---|
|  |  |  | private Double dresentValueOrg; | 
|---|
|  |  |  | @JsonProperty("dresentValueOrg") | 
|---|
|  |  |  | private Double dresentvalueorg; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 1:不提折旧法 | 
|---|
|  |  |  | * 2:平均年限法 | 
|---|
|  |  |  | 
|---|
|  |  |  | * 6:双倍余额递减法 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @PropertyDef(label = "折旧方法") | 
|---|
|  |  |  | private Double deprMethodId; | 
|---|
|  |  |  | @JsonProperty("deprMethodId") | 
|---|
|  |  |  | private Integer deprmethodid; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "固定资产来源") | 
|---|
|  |  |  | private Double sourceid; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 1:投资 | 
|---|
|  |  |  | * 2:自建 | 
|---|
|  |  |  | 
|---|
|  |  |  | * 7:捐赠 | 
|---|
|  |  |  | * 8:换入 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @PropertyDef(label = "对方科目编码") | 
|---|
|  |  |  | private String cDFCode; | 
|---|
|  |  |  | @PropertyDef(label = "固定资产来源") | 
|---|
|  |  |  | @JsonProperty("sourceid") | 
|---|
|  |  |  | private Integer sourceid; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "型号") | 
|---|
|  |  |  | @JsonProperty("model") | 
|---|
|  |  |  | private String model; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "规格") | 
|---|
|  |  |  | @JsonProperty("specs") | 
|---|
|  |  |  | private String specs; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "制造商") | 
|---|
|  |  |  | @JsonProperty("manufacturer") | 
|---|
|  |  |  | private String manufacturer; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "产地") | 
|---|
|  |  |  | private String makingPlace; | 
|---|
|  |  |  | @JsonProperty("makingPlace") | 
|---|
|  |  |  | private String makingplace; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @JSONField(format = "yyyy-MM-dd") | 
|---|
|  |  |  | @PropertyDef(label = "进单位日期") | 
|---|
|  |  |  | private String enterDay; | 
|---|
|  |  |  | @JsonProperty("enterDay") | 
|---|
|  |  |  | private Date enterday; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @JSONField(format = "yyyy-MM-dd") | 
|---|
|  |  |  | @PropertyDef(label = "开始使用日期") | 
|---|
|  |  |  | private String beginUseDay; | 
|---|
|  |  |  | @JsonProperty("beginUseDay") | 
|---|
|  |  |  | private Date beginuseday; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @JSONField(format = "yyyy-MM-dd") | 
|---|
|  |  |  | @PropertyDef(label = "建卡日期") | 
|---|
|  |  |  | private String makinDay; | 
|---|
|  |  |  | @JsonProperty("makinDay") | 
|---|
|  |  |  | private Date makinday; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "管理人") | 
|---|
|  |  |  | @JsonProperty("keeper") | 
|---|
|  |  |  | private String keeper; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "建卡人") | 
|---|
|  |  |  | @JsonProperty("maker") | 
|---|
|  |  |  | private String maker; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "预计使用期间数") | 
|---|
|  |  |  | private Double usingPeriods; | 
|---|
|  |  |  | @JsonProperty("usingPeriods") | 
|---|
|  |  |  | private Integer usingperiods; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "预计净残值") | 
|---|
|  |  |  | private Double expecRemain; | 
|---|
|  |  |  | @JsonProperty("expecRemain") | 
|---|
|  |  |  | private Double expecremain; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "固定资产对应科目编码") | 
|---|
|  |  |  | private String assetAcctCode; | 
|---|
|  |  |  | @JsonProperty("assetAcctCode") | 
|---|
|  |  |  | private String assetacctcode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "累计折旧对应科目编码") | 
|---|
|  |  |  | private String deprAcctCode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @JsonProperty("deprAcctCode") | 
|---|
|  |  |  | private String depracctcode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "累计折旧") | 
|---|
|  |  |  | private Double accumulateDepr; | 
|---|
|  |  |  | @JsonProperty("accumulateDepr") | 
|---|
|  |  |  | private Double accumulatedepr; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 0:否 | 
|---|
|  |  |  | * 1:是 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @PropertyDef(label = "是否报废清理") | 
|---|
|  |  |  | @JsonProperty("abadoned") | 
|---|
|  |  |  | private String abadoned; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | * 6:盘亏 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @PropertyDef(label = "当前使用状态名称") | 
|---|
|  |  |  | private String presentStatus; | 
|---|
|  |  |  | @JsonProperty("presentStatus") | 
|---|
|  |  |  | private String presentstatus; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "备注") | 
|---|
|  |  |  | @JsonProperty("notes") | 
|---|
|  |  |  | private String notes; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "操作标志") | 
|---|
|  |  |  | @JsonProperty("czbz") | 
|---|
|  |  |  | private String czbz; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @JSONField(format = "yyyy-MM-dd HH:mm:ss") | 
|---|
|  |  |  | @PropertyDef(label = "最后更新时间") | 
|---|
|  |  |  | @JsonProperty("zhgxsj") | 
|---|
|  |  |  | private Date zhgxsj; | 
|---|
|  |  |  | } | 
|---|