| | |
| | | /** |
| | | * 结算天数 |
| | | */ |
| | | @ApiModelProperty(value= "结算天数") |
| | | @ApiModelProperty(value= "0默认,1已生成入库通知档") |
| | | @TableField("account_day") |
| | | private Integer accountDay; |
| | | |
| | |
| | | @TableField("move_status") |
| | | private Integer moveStatus; |
| | | |
| | | @TableField("ware_id") |
| | | private String wareId; |
| | | |
| | | @TableField("ware_name") |
| | | private String wareName; |
| | | |
| | | @TableField("temp1") |
| | | private String temp1; |
| | | |
| | | @TableField("temp2") |
| | | private String temp2; |
| | | |
| | | @TableField("temp3") |
| | | private String temp3; |
| | | |
| | | public Order() {} |
| | | |
| | | public Order(String uuid,String orderNo,String orderTime,Long docType,Long itemId,String itemName,Long allotItemId,String defNumber,String number,String cstmr,String cstmrName,String tel,String operMemb,Double totalFee,Double discount,Double discountFee,Double otherFee,Double actFee,Integer payType,String salesman,Integer accountDay,Integer postFeeType,Double postFee,Date payTime,Date sendTime,String shipName,String shipCode,Long settle,Integer status,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) { |
| | |
| | | } |
| | | return null; |
| | | } |
| | | public String getTemp$(){ |
| | | if(!Cools.isEmpty(this.temp1)) { |
| | | return this.temp1; |
| | | } |
| | | if(!Cools.isEmpty(this.temp2)) { |
| | | return this.temp2; |
| | | } |
| | | return ""; |
| | | } |
| | | |
| | | public String getPayType$(){ |
| | | if (null == this.payType){ return null; } |