fix(saas-auth):补提交文件
This commit is contained in:
parent
c41f77678f
commit
92e00f0979
@ -0,0 +1,22 @@
|
|||||||
|
package cn.axzo.tyr.server.repository.entity;
|
||||||
|
|
||||||
|
import lombok.Builder;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Set;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @version V1.0
|
||||||
|
* @author: ZhanSiHu
|
||||||
|
* @date: 2023/10/8 18:31
|
||||||
|
*/
|
||||||
|
@Data
|
||||||
|
@Builder
|
||||||
|
public class ProductFeatureQuery {
|
||||||
|
|
||||||
|
private Set<Long> productIds;
|
||||||
|
private List<String> featureCodes;
|
||||||
|
|
||||||
|
private String terminal;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user