|
@@ -16,7 +16,7 @@ public class HzttlEntity extends BaseEntity<String> implements Cloneable {
|
|
|
*/
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
- private String tjMonth; //统计月份
|
|
|
+ private String tj_month; //统计月份
|
|
|
private double GK03010202000100020000000000;//总计合计
|
|
|
private double GK03010202000100000000010000;//总计转口
|
|
|
private double GK03010202000100000000010100;//总计内:船过船
|
|
@@ -404,13 +404,13 @@ public class HzttlEntity extends BaseEntity<String> implements Cloneable {
|
|
|
private double GK03010202000122021710000000;//进港内贸集装箱重量(吨)
|
|
|
private double GK03010202000122021720000000;//进港内贸滚装船汽车吞吐量(吨)
|
|
|
private double GK03010202000122021730000000;//进港内贸滚装船汽车吞吐量(标辆)
|
|
|
-
|
|
|
+
|
|
|
@Id
|
|
|
- public String getTjMonth() {
|
|
|
- return tjMonth;
|
|
|
+ public String getTj_month() {
|
|
|
+ return tj_month;
|
|
|
}
|
|
|
- public void setTjMonth(String tjMonth) {
|
|
|
- this.tjMonth = tjMonth;
|
|
|
+ public void setTj_month(String tj_month) {
|
|
|
+ this.tj_month = tj_month;
|
|
|
}
|
|
|
public double getGK03010202000100020000000000() {
|
|
|
return GK03010202000100020000000000;
|