Commit 2def5f2f authored by 许润龙's avatar 许润龙

Merge branch 'dev-20241205' into 'master'

add:红旗项目门店月度预值接口

See merge request !68
parents 170980d3 fd150962
...@@ -24,6 +24,7 @@ public class HongqiProjectStoreExpectedValueInfo { ...@@ -24,6 +24,7 @@ public class HongqiProjectStoreExpectedValueInfo {
private String storeCode; private String storeCode;
private String storeName; private String storeName;
private Integer expectedMonth; private Integer expectedMonth;
private Integer uploadMonth;
private BigDecimal dailyAwemeValue; private BigDecimal dailyAwemeValue;
private BigDecimal dailyLiveValue; private BigDecimal dailyLiveValue;
private BigDecimal hotAwemeValue; private BigDecimal hotAwemeValue;
...@@ -38,6 +39,7 @@ public class HongqiProjectStoreExpectedValueInfo { ...@@ -38,6 +39,7 @@ public class HongqiProjectStoreExpectedValueInfo {
private BigDecimal cpl; private BigDecimal cpl;
private BigDecimal innovateAwemeValue; private BigDecimal innovateAwemeValue;
private BigDecimal hotLiveLineValue; private BigDecimal hotLiveLineValue;
private String remark;
private Date ctime; private Date ctime;
private Date mtime; private Date mtime;
......
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