张天森
2022-10-13 00cdd830b7df0dfe3272fc9f2b3f13f1e2b3f5ba
1
2
3
4
5
6
7
8
9
10
11
12
package com.panzhihua.service_community.util;
 
import lombok.Data;
 
/**
 * @author zzj
 */
@Data
public class ResultEntity {
    private Integer key;
    private Integer value;
}