puzhibing
2023-12-04 3ad6b6ba2ba56fc0bcd2130e47190779c6e15acc
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;
}