forked from luyan/epmet-cloud-lingshan
10 changed files with 104 additions and 0 deletions
@ -0,0 +1,25 @@ |
|||
package com.epmet.dto.org.result; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @Author zxc |
|||
* @DateTime 2021/1/14 上午11:05 |
|||
*/ |
|||
@Data |
|||
public class CustomerAreaCodeResultDTO implements Serializable { |
|||
|
|||
private static final long serialVersionUID = -4722604654441455214L; |
|||
|
|||
/** |
|||
* 客户ID |
|||
*/ |
|||
private String customerId; |
|||
|
|||
/** |
|||
* 行政区域编码 |
|||
*/ |
|||
private String areaCode; |
|||
} |
|||
Loading…
Reference in new issue