去掉枪号字段利用订单号字段

This commit is contained in:
ZZ 2021-09-23 09:30:40 +08:00
parent 5052b3e0b1
commit 3abb7ef969

View File

@ -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;