去掉枪号字段利用订单号字段
This commit is contained in:
parent
5052b3e0b1
commit
3abb7ef969
@ -172,8 +172,6 @@ public class XhpcHistoryOrder extends BaseEntity {
|
||||
*/
|
||||
private Double totalPower;
|
||||
|
||||
private String gunId;
|
||||
|
||||
private Date startTime;
|
||||
|
||||
/**
|
||||
@ -561,16 +559,6 @@ public class XhpcHistoryOrder extends BaseEntity {
|
||||
this.totalPower = totalPower;
|
||||
}
|
||||
|
||||
public String getGunId() {
|
||||
|
||||
return gunId;
|
||||
}
|
||||
|
||||
public void setGunId(String gunId) {
|
||||
|
||||
this.gunId = gunId;
|
||||
}
|
||||
|
||||
public Date getStartTime() {
|
||||
|
||||
return startTime;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user