package com.sercurityControl.proteam.domain.vo;
import lombok.Data;
@Data
public class ImageVo {
private String imageType;
private Integer number;
}