📄 orderinfovo.java
字号:
package com.xaccp.aj3q8073.vo;
public class OrderInfoVo {
int orderId;
int userId;
String custmorName;
String custmorTel;
String custmorSex;
String custmorPostman;
String custmorAddress;
String custmorEmail;
String sendStyle;
String payStyle;
int orderState;
String orderTime;
double finalPrice;
public double getFinalPrice() {
return finalPrice;
}
public void setFinalPrice(double finalPrice) {
this.finalPrice = finalPrice;
}
public String getCustmorAddress() {
return custmorAddress;
}
public void setCustmorAddress(String custmorAddress) {
this.custmorAddress = custmorAddress;
}
public String getCustmorEmail() {
return custmorEmail;
}
public void setCustmorEmail(String custmorEmail) {
this.custmorEmail = custmorEmail;
}
public String getCustmorName() {
return custmorName;
}
public void setCustmorName(String custmorName) {
this.custmorName = custmorName;
}
public String getCustmorPostman() {
return custmorPostman;
}
public void setCustmorPostman(String custmorPostman) {
this.custmorPostman = custmorPostman;
}
public String getCustmorSex() {
return custmorSex;
}
public void setCustmorSex(String custmorSex) {
this.custmorSex = custmorSex;
}
public String getCustmorTel() {
return custmorTel;
}
public void setCustmorTel(String custmorTel) {
this.custmorTel = custmorTel;
}
public int getOrderId() {
return orderId;
}
public void setOrderId(int orderId) {
this.orderId = orderId;
}
public int getOrderState() {
return orderState;
}
public void setOrderState(int orderState) {
this.orderState = orderState;
}
public String getOrderTime() {
return orderTime;
}
public void setOrderTime(String orderTime) {
this.orderTime = orderTime;
}
public String getPayStyle() {
return payStyle;
}
public void setPayStyle(String payStyle) {
this.payStyle = payStyle;
}
public String getSendStyle() {
return sendStyle;
}
public void setSendStyle(String sendStyle) {
this.sendStyle = sendStyle;
}
public int getUserId() {
return userId;
}
public void setUserId(int userId) {
this.userId = userId;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -