1 changed files with 23 additions and 0 deletions
@ -0,0 +1,23 @@ |
|||
package com.elink.esua.epdc.dto.epdc.form; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @program: epdc-cloud-admin-yushan |
|||
* @description: |
|||
* @author: wangtong |
|||
* @create: 2021-10-15 10:30 |
|||
**/ |
|||
@Data |
|||
public class SysCityAreaFormDTO implements Serializable { |
|||
|
|||
private String value; |
|||
|
|||
|
|||
private String label; |
|||
|
|||
|
|||
private String pid; |
|||
} |
Loading…
Reference in new issue