15 changed files with 103 additions and 32 deletions
@ -0,0 +1,18 @@ |
|||
package com.elink.esua.epdc.dto.result; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @author Liuchuang |
|||
*/ |
|||
@Data |
|||
public class EpdcStartupPageFormDTO implements Serializable { |
|||
private static final long serialVersionUID = 8243694943324254390L; |
|||
|
|||
/** |
|||
* 平台:0-e锦水,1-志愿者去哪 |
|||
*/ |
|||
private String platform; |
|||
} |
Loading…
Reference in new issue