puzhibing
2024-03-05 6c6d51775200fc1c17b0cd5fc9464016aed13327
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;
}