admin
2021-06-24 df4441322e9801c102299451da41d7c40b4502e9
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;
}