提示信息调整
This commit is contained in:
@@ -29,7 +29,7 @@ public class NewGrBiSaAgg implements Serializable
|
||||
@TableField(value = "use_month")
|
||||
private int useMonth;
|
||||
|
||||
@TableField(value = "ny")
|
||||
@TableField(value = "ny", exist = false)
|
||||
private String ny;
|
||||
|
||||
@TableField(value = "zone_id")
|
||||
@@ -161,25 +161,25 @@ public class NewGrBiSaAgg implements Serializable
|
||||
private String thisMonthProfitShare;
|
||||
|
||||
|
||||
@TableField(value = "thissamoney_s")
|
||||
@TableField(value = "thissamoney_s", exist = false)
|
||||
private String thisMonthSaMoney_s;
|
||||
|
||||
@TableField(value = "thisprofit_s")
|
||||
@TableField(value = "thisprofit_s", exist = false)
|
||||
private String thisMonthProfit_s;
|
||||
|
||||
@TableField(value = "monthsaqty_yoy")
|
||||
@TableField(value = "monthsaqty_yoy", exist = false)
|
||||
private String monthsaqty_yoy;
|
||||
|
||||
@TableField(value = "monthsamoney_yoy")
|
||||
@TableField(value = "monthsamoney_yoy", exist = false)
|
||||
private String monthsamoney_yoy;
|
||||
|
||||
@TableField(value = "lastMonthSaMoney_yoy")
|
||||
@TableField(value = "lastMonthSaMoney_yoy", exist = false)
|
||||
private String lastMonthSaMoney_yoy;
|
||||
|
||||
@TableField(value = "this_month_cost_yoy")
|
||||
@TableField(value = "this_month_cost_yoy", exist = false)
|
||||
private String this_month_cost_yoy;
|
||||
|
||||
@TableField(value = "monthprofit_yoy")
|
||||
@TableField(value = "monthprofit_yoy", exist = false)
|
||||
private String monthprofit_yoy;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user