Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
8d5105b28d
@ -172,8 +172,6 @@ public class XhpcHistoryOrder extends BaseEntity {
|
|||||||
*/
|
*/
|
||||||
private Double totalPower;
|
private Double totalPower;
|
||||||
|
|
||||||
private String gunId;
|
|
||||||
|
|
||||||
private Date startTime;
|
private Date startTime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -561,16 +559,6 @@ public class XhpcHistoryOrder extends BaseEntity {
|
|||||||
this.totalPower = totalPower;
|
this.totalPower = totalPower;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getGunId() {
|
|
||||||
|
|
||||||
return gunId;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setGunId(String gunId) {
|
|
||||||
|
|
||||||
this.gunId = gunId;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Date getStartTime() {
|
public Date getStartTime() {
|
||||||
|
|
||||||
return startTime;
|
return startTime;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user