liujie
3 天以前 a78782b361c2bd038cdf30d8533f9e3926065d4a
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;
@@ -15,5 +17,6 @@
    Integer state;
    Integer payMethod;
    Integer storeId;
    List<Integer> storeIds;
}