4 changed files with 62 additions and 4 deletions
@ -0,0 +1,27 @@ |
|||
package com.epmet.dto.form; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @Description 切换网格入参 |
|||
* @Author yinzuomei |
|||
* @Date 2020/4/23 10:41 |
|||
*/ |
|||
@Data |
|||
public class SwitchGridFormDTO implements Serializable { |
|||
private static final long serialVersionUID = -2898130727929596798L; |
|||
|
|||
/** |
|||
* sessionKey |
|||
*/ |
|||
private String customerId; |
|||
|
|||
/** |
|||
* sessionKey |
|||
*/ |
|||
private String gridId; |
|||
|
|||
} |
|||
|
Loading…
Reference in new issue