Exchanging operatorId into operatorIdEvcs.
This commit is contained in:
parent
1aee8e8d76
commit
616cd990b3
@ -21,7 +21,7 @@
|
|||||||
<result property="updateBy" column="update_by"/>
|
<result property="updateBy" column="update_by"/>
|
||||||
<result property="remark" column="remark"/>
|
<result property="remark" column="remark"/>
|
||||||
<result property="rateModelId" column="rate_model_id"/>
|
<result property="rateModelId" column="rate_model_id"/>
|
||||||
<result property="operatorId" column="operator_id"/>
|
<result property="operatorIdEvcs" column="operator_id_evcs"/>
|
||||||
|
|
||||||
</resultMap>
|
</resultMap>
|
||||||
|
|
||||||
|
|||||||
@ -45,7 +45,7 @@ public class XhpcTerminal extends BaseEntity {
|
|||||||
/** 费率模型id */
|
/** 费率模型id */
|
||||||
private Long rateModelId;
|
private Long rateModelId;
|
||||||
|
|
||||||
private String operatorId;
|
private String operatorIdEvcs;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -53,12 +53,12 @@ public class XhpcTerminal extends BaseEntity {
|
|||||||
*/
|
*/
|
||||||
private Integer number;
|
private Integer number;
|
||||||
|
|
||||||
public String getOperatorId() {
|
public String getOperatorIdEvcs() {
|
||||||
return operatorId;
|
return operatorIdEvcs;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setOperatorId(String operatorId) {
|
public void setOperatorIdEvcs(String operatorIdEvcs) {
|
||||||
this.operatorId = operatorId;
|
this.operatorIdEvcs = operatorIdEvcs;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static long getSerialVersionUID() {
|
public static long getSerialVersionUID() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user