ll
liukangdong
2025-01-22 b14cd512f4dfc9ed42f4bdc2131eb4750c303e9d
1
2
3
4
5
6
7
8
9
10
package com.doumee.core.haikang.model.param.request;
 
import lombok.Data;
 
@Data
public class EntranceListRequest {
 
    private String   parkIndexCodes        ;//    string    True    停车场唯一标识集 多个值使用英文逗号分隔,不超过1000个, 可通过获取停车库列表接口获取
 
}