8 changed files with 91 additions and 0 deletions
@ -0,0 +1,22 @@ |
|||||
|
package com.epmet.dto.result; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
/** |
||||
|
* @Author zxc |
||||
|
* @DateTime 2021/8/4 5:48 下午 |
||||
|
* @DESC |
||||
|
*/ |
||||
|
@Data |
||||
|
public class OrgNameByTypeResultDTO implements Serializable { |
||||
|
|
||||
|
private static final long serialVersionUID = -6544341694748437312L; |
||||
|
|
||||
|
private String orgId; |
||||
|
|
||||
|
private String orgType; |
||||
|
|
||||
|
private String orgName; |
||||
|
} |
Loading…
Reference in new issue