puzhibing
2024-01-03 48323fce3b4b8013755421aa1d1feb9a73cddde9
cloud-server-other/src/main/java/com/dsh/other/entity/BookingQuery.java
@@ -2,6 +2,8 @@
import lombok.Data;
import java.util.List;
@Data
public class BookingQuery {
    String provinceCode;
@@ -16,4 +18,5 @@
    Integer payMethod;
    Integer storeId;
    List<Integer> storeIds;
}