1 changed files with 29 additions and 0 deletions
@ -0,0 +1,29 @@ |
|||
package com.elink.esua.epdc.dto; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @program: epdc-cloud-user-yushan |
|||
* @description: |
|||
* @author: wangtong |
|||
* @create: 2022-02-13 14:34 |
|||
**/ |
|||
@Data |
|||
public class PointsUpdateFormDTO implements Serializable { |
|||
|
|||
/** |
|||
* 行为类型: |
|||
* 双十信息更新-double_info_update |
|||
* 网格巡查-grid_patrol |
|||
* 网格上报事件-grid_report_event |
|||
* 网格工作上传-grid_work_upload |
|||
*/ |
|||
private String behaviorType; |
|||
|
|||
/** |
|||
* 手机号 |
|||
*/ |
|||
private String mobile; |
|||
} |
Loading…
Reference in new issue