diff --git a/mallinkService/src/main/java/com/iformall/domain/vo/WxProfitSharingOrderQueryVo.java b/mallinkService/src/main/java/com/iformall/domain/vo/WxProfitSharingOrderQueryVo.java index 9a50ddb25..5e560ec17 100644 --- a/mallinkService/src/main/java/com/iformall/domain/vo/WxProfitSharingOrderQueryVo.java +++ b/mallinkService/src/main/java/com/iformall/domain/vo/WxProfitSharingOrderQueryVo.java @@ -36,6 +36,11 @@ public class WxProfitSharingOrderQueryVo extends BaseEntity { @javax.persistence.Transient private Integer type; + @javax.persistence.Transient + private Integer payAmount; + @javax.persistence.Transient + private Date createTime; + @Override public String getSortColumns() { super.setSortColumns(this.sortColumns);