fuliqi
2024-07-01 de16272ef45732ab8e2451285e81992b6d31fea3
1
2
3
4
5
6
7
8
9
10
11
12
package com.ycl.jxkg.domain.other;
 
import lombok.Data;
 
@Data
public class KeyValue {
 
    private String name;
 
    private Integer value;
 
}