Commit e7db691b authored by tangwei's avatar tangwei

场站增加区域公司,经销商公司orgcode

parent c0dcef62
...@@ -219,4 +219,13 @@ public class JpStation implements Serializable { ...@@ -219,4 +219,13 @@ public class JpStation implements Serializable {
private String email; // 电子邮箱 private String email; // 电子邮箱
@TableField("rated_power") @TableField("rated_power")
private Double ratedPower; // 额定功率 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 { ...@@ -143,5 +143,7 @@ public class JpStationDto extends BaseDto {
private Double ratedPower; private Double ratedPower;
private String regionalCompaniesCode;
private String amosCompanyCode;
} }
...@@ -206,4 +206,14 @@ public class JpStation extends BaseEntity { ...@@ -206,4 +206,14 @@ public class JpStation extends BaseEntity {
@TableField("rated_power") @TableField("rated_power")
private Double ratedPower; 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