¶Ô±ÈÐÂÎļþ |
| | |
| | | package com.fzzy.api.entity; |
| | | |
| | | import com.alibaba.fastjson.annotation.JSONField; |
| | | import com.bstek.dorado.annotation.PropertyDef; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | |
| | | import javax.persistence.Column; |
| | | import javax.persistence.Entity; |
| | | import javax.persistence.Id; |
| | | import javax.persistence.Table; |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | /** |
| | | * ä¼è®¡åè¯ä¿¡æ¯ |
| | | * |
| | | * @author czt |
| | | */ |
| | | @Data |
| | | @Entity |
| | | @Table(name = "API_1507") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class Api1507 extends ApiParent implements Serializable { |
| | | /** |
| | | * |
| | | */ |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | /** |
| | | * éè¿æ¥å£è·åçåä½è´¦å¥åï¼å¨å±ç«¯èªå¨äº§çè´¦å¥å· |
| | | */ |
| | | @Id |
| | | @JSONField(serialize = false) |
| | | @PropertyDef(label = "è´¦å¥å·") |
| | | @Column(name = "nAcctId", length = 9) |
| | | private Double nAcctId; |
| | | |
| | | @PropertyDef(label = "åè¯ç±»å") |
| | | @Column(name = "cVKind", length = 9) |
| | | private String cVKind; |
| | | |
| | | @PropertyDef(label = "æé´") |
| | | @Column(name = "cMon", length = 3) |
| | | private Double cMon; |
| | | |
| | | @PropertyDef(label = "年度") |
| | | @Column(name = "cYear", length = 4) |
| | | private Double cYear; |
| | | |
| | | @PropertyDef(label = "åè¯å·") |
| | | @Column(name = "nVNo", length = 9) |
| | | private Double nVNo; |
| | | |
| | | @PropertyDef(label = "åå½åºå·") |
| | | @Column(name = "nNo", precision = 9) |
| | | private Double nNo; |
| | | |
| | | @PropertyDef(label = "åè¯åç±»") |
| | | @Column(name = "bTmp", precision = 3) |
| | | private Double bTmp; |
| | | |
| | | @PropertyDef(label = "æè¦") |
| | | @Column(name = "Digest", length = 256) |
| | | private String Digest; |
| | | |
| | | @PropertyDef(label = "ç§ç®ç¼ç ") |
| | | @Column(name = "cCode", length = 80) |
| | | private Double cCode; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "åè¯æ¥æ") |
| | | @Column(name = "cVSmallDatetime", length = 10) |
| | | private String cVSmallDatetime; |
| | | |
| | | @PropertyDef(label = "å¶å人") |
| | | @Column(name = "cMaker", length = 32) |
| | | private String cMaker; |
| | | /** |
| | | * 1:åæ¹ |
| | | * -1:è´·æ¹ |
| | | */ |
| | | @PropertyDef(label = "æ¹å") |
| | | @Column(name = "cDc", precision = 3) |
| | | private String cDc; |
| | | |
| | | @PropertyDef(label = "å®¡æ ¸äºº") |
| | | @Column(name = "cCkEr", length = 32) |
| | | private String cCkEr; |
| | | |
| | | @PropertyDef(label = "记账人") |
| | | @Column(name = "cPtEr", length = 32) |
| | | private String cPtEr; |
| | | /** |
| | | * 0:å¦ |
| | | * 1:æ¯ |
| | | */ |
| | | @PropertyDef(label = "è®°è´¦æ å¿") |
| | | @Column(name = "bPt", precision = 3) |
| | | private Double bPt; |
| | | |
| | | @PropertyDef(label = "éä»¶å¼ æ°") |
| | | @Column(name = "nANum", precision = 9) |
| | | private Double nANum; |
| | | |
| | | @PropertyDef(label = "éé¢") |
| | | @Column(name = "nM", precision = 20, scale = 4) |
| | | private Double nM; |
| | | |
| | | @PropertyDef(label = "æ°é") |
| | | @Column(name = "nQty", precision = 20, scale = 4) |
| | | private Double nQty; |
| | | |
| | | @PropertyDef(label = "åä»·") |
| | | @Column(name = "nPrice", precision = 20, scale = 4) |
| | | private Double nPrice; |
| | | |
| | | @PropertyDef(label = "ç»ç®å·") |
| | | @Column(name = "cSettleNo", length = 40) |
| | | private String cSettleNo; |
| | | |
| | | @PropertyDef(label = "åºçº³") |
| | | @Column(name = "cCashier", length = 32) |
| | | private String cCashier; |
| | | |
| | | @PropertyDef(label = "æ±ç") |
| | | @Column(name = "rate", precision = 20, scale = 4) |
| | | private Double rate; |
| | | |
| | | @PropertyDef(label = "å¤å¸éé¢") |
| | | @Column(name = "nFm", precision = 20, scale = 4) |
| | | private Double nFm; |
| | | |
| | | @PropertyDef(label = "计éåä½",description = "计éå使±å") |
| | | @Column(name = "meterUnitId", length = 32) |
| | | private String meterUnitId; |
| | | |
| | | @PropertyDef(label = "æä½æ å¿") |
| | | @Column(name = "czbz", length = 1) |
| | | private String czbz; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | @PropertyDef(label = "æåæ´æ°æ¶é´") |
| | | @Column(name = "zhgxsj") |
| | | private Date zhgxsj; |
| | | |
| | | } |