Helius
2021-06-25 cb7237fd719262eb01ecc6060773ad0f6f79f34c
1
2
3
4
5
6
7
8
9
10
11
package com.xzx.gc.model.dto;
 
import lombok.Data;
 
@Data
public class GdAreaDto {
 
    private String citycode;
    private String adcode;
    private String name;
}