10 changed files with 39 additions and 39 deletions
@ -0,0 +1,18 @@ |
|||||
|
package com.epmet.dto.result.commonservice; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
/** |
||||
|
* 003、新增街道或者社区地区编码 入参 |
||||
|
* |
||||
|
* @author yinzuomei@elink-cn.com |
||||
|
* @date 2021/2/5 17:39 |
||||
|
*/ |
||||
|
@Data |
||||
|
public class AddAreaCodeDictResultDTO implements Serializable { |
||||
|
private static final long serialVersionUID = 7505566589581480619L; |
||||
|
private String code; |
||||
|
|
||||
|
} |
@ -1,18 +0,0 @@ |
|||||
package com.epmet.dto.result; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
|
|
||||
/** |
|
||||
* 003、新增街道或者社区地区编码 入参 |
|
||||
* |
|
||||
* @author yinzuomei@elink-cn.com |
|
||||
* @date 2021/2/5 17:39 |
|
||||
*/ |
|
||||
@Data |
|
||||
public class AddAreaCodeDictResultDTO { |
|
||||
private String code; |
|
||||
|
|
||||
public AddAreaCodeDictResultDTO(String code) { |
|
||||
this.code = code; |
|
||||
} |
|
||||
} |
|
Loading…
Reference in new issue