| | |
| | | package com.yeshi.fanli.entity.admin;
|
| | |
|
| | | import java.math.BigDecimal;
|
| | |
|
| | | import com.google.gson.annotations.Expose;
|
| | | import com.yeshi.fanli.entity.bus.user.Order;
|
| | |
|
| | | public class OrderAdmin{
|
| | | @Expose
|
| | | private Order order;
|
| | | @Expose
|
| | | private BigDecimal shb;
|
| | |
|
| | | public Order getOrder() {
|
| | | return order;
|
| | | }
|
| | |
|
| | | public void setOrder(Order order) {
|
| | | this.order = order;
|
| | | }
|
| | |
|
| | | public BigDecimal getShb() {
|
| | | return shb;
|
| | | }
|
| | |
|
| | | public void setShb(BigDecimal shb) {
|
| | | this.shb = shb;
|
| | | }
|
| | |
|
| | | |
| | | }
|
| | | package com.yeshi.fanli.entity.admin; |
| | | |
| | | import java.math.BigDecimal; |
| | | |
| | | import com.google.gson.annotations.Expose; |
| | | import com.yeshi.fanli.entity.bus.user.Order; |
| | | |
| | | public class OrderAdmin{ |
| | | @Expose |
| | | private Order order; |
| | | @Expose |
| | | private BigDecimal shb; |
| | | |
| | | public Order getOrder() { |
| | | return order; |
| | | } |
| | | |
| | | public void setOrder(Order order) { |
| | | this.order = order; |
| | | } |
| | | |
| | | public BigDecimal getShb() { |
| | | return shb; |
| | | } |
| | | |
| | | public void setShb(BigDecimal shb) { |
| | | this.shb = shb; |
| | | } |
| | | |
| | | |
| | | } |