VehiclePendantDetectResultParam.java 369 Bytes
package com.objecteye.entity;


import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;


@AllArgsConstructor
@NoArgsConstructor
@Data
public class VehiclePendantDetectResultParam {
    private static final long serialVersionUID = 8868263681803769170L;
    VehiclePendantDetectInfoParam[] vehiclePendantDetectInfoParams;
    int count;
}