admin
2020-12-17 452714cdffb21300ed64d5818efaa9cc38c3ee83
1
2
3
4
5
6
7
8
9
package com.ks.lucky.query;
 
import com.ks.lucky.pojo.DO.LuckySponsorAd;
 
public class LuckySponsorAdQuery extends BaseDaoQuery {
    public Long sponsorId;
    public String key;
    public LuckySponsorAd.SponsorAdType type;
}