| | |
| | | package com.fgkj.dto; |
| | | |
| | | import org.apache.ibatis.type.Alias; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | @Alias("User_battmaint_check_process") |
| | | public class User_battmaint_check_process implements Serializable{ |
| | | private Integer num; |
| | | private Integer usr_id; |
| | | private String usr_name; |
| | | private Integer task_rec_id; |
| | | private String work_caption; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date work_caption_time; |
| | | public User_battmaint_check_process() { |
| | | super(); |