value
2024-05-14 eb1a57285bb3468a4efe051781b8cc7a13ec23c6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.yuanchu.mom.dto;
 
import lombok.Data;
 
@Data
public class ExcelMc {
 
    Integer r;
 
    Integer c;
 
    Integer rs;
 
    Integer cs;
 
}