forked from rongchao/epmet-cloud-rizhao
8 changed files with 101 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||
|
package com.epmet.dataaggre.dto.epmetuser.result; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
|
||||
|
/** |
||||
|
* 工作人员下拉框 |
||||
|
*/ |
||||
|
@Data |
||||
|
public class StaffSelectResDTO implements Serializable { |
||||
|
|
||||
|
private String label; |
||||
|
private String value; |
||||
|
private String name; |
||||
|
private String mobile; |
||||
|
} |
Loading…
Reference in new issue