forked from luyan/epmet-cloud-lingshan
				
			
				 8 changed files with 97 additions and 8 deletions
			
			
		@ -0,0 +1,29 @@ | 
				
			|||
package com.epmet.dto.form; | 
				
			|||
 | 
				
			|||
import lombok.Data; | 
				
			|||
 | 
				
			|||
import java.io.Serializable; | 
				
			|||
import java.util.Date; | 
				
			|||
 | 
				
			|||
/** | 
				
			|||
 * @Author zxc | 
				
			|||
 * @DateTime 2021/7/1 10:10 上午 | 
				
			|||
 * @DESC | 
				
			|||
 */ | 
				
			|||
@Data | 
				
			|||
public class PatrolProjectFormDTO implements Serializable { | 
				
			|||
 | 
				
			|||
    private static final long serialVersionUID = 7244072033926913678L; | 
				
			|||
 | 
				
			|||
    private String userId; | 
				
			|||
 | 
				
			|||
    /** | 
				
			|||
     * 巡查开始时间 | 
				
			|||
     */ | 
				
			|||
    private Date patrolStartTime; | 
				
			|||
 | 
				
			|||
    /** | 
				
			|||
     * 巡查结束时间 | 
				
			|||
     */ | 
				
			|||
    private Date patrolEndTime; | 
				
			|||
} | 
				
			|||
					Loading…
					
					
				
		Reference in new issue