| | |
| | | private String number; |
| | | |
| | | // 自增 |
| | | private Double Vchcode; |
| | | private Integer Vchcode; |
| | | |
| | | private Integer vchType; |
| | | |
| | |
| | | private String comment; |
| | | |
| | | // 商品明细行号 |
| | | private Double RowNo; |
| | | private Integer RowNo; |
| | | |
| | | } |
| | |
| | | */ |
| | | @ApiModelProperty(value= "单据自增ID") |
| | | @TableField("vch_code") |
| | | private Double vchcode; |
| | | private Integer vchcode; |
| | | |
| | | /** |
| | | * 商品编号 |
| | |
| | | */ |
| | | @ApiModelProperty(value= "商品单价") |
| | | @TableField("row_no") |
| | | private Double rowNo; |
| | | private Integer rowNo; |
| | | |
| | | /** |
| | | * 商品备注 |
| | |
| | | |
| | | public CustOrder() {} |
| | | |
| | | public CustOrder(String number,String billDate,String bTypeId,String eTypeId,Double vchcode,String userCode,Double qty,Double total,Double price, Double rowNo, String comment,Integer status,Date createTime,Date updateTime,String memo) { |
| | | public CustOrder(String number,String billDate,String bTypeId,String eTypeId,Integer vchcode,String userCode,Double qty,Double total,Double price, Integer rowNo, String comment,Integer status,Date createTime,Date updateTime,String memo) { |
| | | this.number = number; |
| | | this.billDate = billDate; |
| | | this.bTypeId = bTypeId; |
| | |
| | | this.price = price; |
| | | } |
| | | |
| | | public Double getRowNo() { |
| | | public Integer getRowNo() { |
| | | return rowNo; |
| | | } |
| | | |
| | | public void setRowNo(Double rowNo) { |
| | | public void setRowNo(Integer rowNo) { |
| | | this.rowNo = rowNo; |
| | | } |
| | | |
| | |
| | | this.memo = memo; |
| | | } |
| | | |
| | | public Double getVchcode() { |
| | | public Integer getVchcode() { |
| | | return vchcode; |
| | | } |
| | | |
| | | public void setVchcode(Double vchcode) { |
| | | public void setVchcode(Integer vchcode) { |
| | | this.vchcode = vchcode; |
| | | } |
| | | } |