Parcourir la source

[bug][修改][1001665]

release_toaliyun_real
luozukai il y a 7 ans
Parent
révision
de6d979afe
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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 Voir le fichier

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


Chargement…
Annuler
Enregistrer