Browse Source

[bug][修改][1001665]

release_toaliyun_real
luozukai 7 years ago
parent
commit
de6d979afe
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      mallinkService/src/main/java/com/iformall/domain/vo/WxProfitSharingOrderQueryVo.java

+ 5
- 0
mallinkService/src/main/java/com/iformall/domain/vo/WxProfitSharingOrderQueryVo.java View File

@@ -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);


Loading…
Cancel
Save