package com.yuanchu.mom.dto; import lombok.Data; @Data public class ExcelMc { Integer r; Integer c; Integer rs; Integer cs; }