Commit 8130ca01 authored by chenzhao's avatar chenzhao

Merge branch 'developer' of http://36.40.66.175:5000/moa/amos-boot-biz into developer

parents d6d5554b f016e2ca
......@@ -219,4 +219,13 @@ public class JpStation implements Serializable {
private String email; // 电子邮箱
@TableField("rated_power")
private Double ratedPower; // 额定功率
/**
* 所属区域公司code
*/
@TableField("regional_companies_code")
private String regionalCompaniesCode;
@TableField("amos_company_code")
private String amosCompanyCode;
}
......@@ -143,5 +143,7 @@ public class JpStationDto extends BaseDto {
private Double ratedPower;
private String regionalCompaniesCode;
private String amosCompanyCode;
}
......@@ -206,4 +206,14 @@ public class JpStation extends BaseEntity {
@TableField("rated_power")
private Double ratedPower;
/**
* 所属区域公司code
*/
@TableField("regional_companies_code")
private String regionalCompaniesCode;
@TableField("amos_company_code")
private String amosCompanyCode;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment