| | |
| | | @TableField("Upstreamcode") |
| | | private String Upstreamcode; |
| | | |
| | | public Order() {} |
| | | public Order() { |
| | | } |
| | | |
| | | public Order(String uuid,String orderNo,String orderTime,Long docType,Long itemId,String itemName,Long allotItemId,String defNumber,String number,Long 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) { |
| | | this.uuid = uuid; |
| | |
| | | } |
| | | |
| | | public String getPayType$(){ |
| | | if (null == this.payType){ return null; } |
| | | if (null == this.payType) { |
| | | return null; |
| | | } |
| | | switch (this.payType){ |
| | | case 1: |
| | | return "现金"; |
| | |
| | | } |
| | | |
| | | public String getPostFeeType$(){ |
| | | if (null == this.postFeeType){ return null; } |
| | | if (null == this.postFeeType) { |
| | | return null; |
| | | } |
| | | switch (this.postFeeType){ |
| | | case 1: |
| | | return "在线支付"; |
| | |
| | | } |
| | | |
| | | public String getStatus$(){ |
| | | if (null == this.status){ return null; } |
| | | if (null == this.status) { |
| | | return null; |
| | | } |
| | | switch (this.status){ |
| | | case 1: |
| | | return "正常"; |
| | |
| | | } |
| | | |
| | | public String getCreateBy$(){ |
| | | if (!Cools.isEmpty(this.createBy) && this.createBy == 9999L) { |
| | | return "系统同步"; |
| | | } |
| | | UserService service = SpringUtils.getBean(UserService.class); |
| | | User user = service.selectById(this.createBy); |
| | | if (!Cools.isEmpty(user)){ |