package com.zy.kingdee.entity; import com.alibaba.fastjson.annotation.JSONField; import lombok.Data; import java.math.BigDecimal; @Data public class CanelTongBuDTO { private Integer matType; private Integer ioType; @JSONField( name = "FInterID" ) private Integer FInterID; @JSONField( name = "FBillNo" ) private String FBillNo; @JSONField( name = "Fnumber" ) private String Fnumber; @JSONField( name = "FQty" ) private BigDecimal FQty; private String code; private String msg; }