| | |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | @TableName("emergency_team") |
| | | public class EmergencyTeamInfoDetailDO { |
| | |
| | | |
| | | private Date releaseDate; |
| | | |
| | | private String authorUid; |
| | | private Long authorUid; |
| | | |
| | | private Long authorDeptId; |
| | | |
| | |
| | | this.releaseDate = releaseDate; |
| | | } |
| | | |
| | | public String getAuthorUid() { |
| | | public Long getAuthorUid() { |
| | | return authorUid; |
| | | } |
| | | |
| | | public void setAuthorUid(String authorUid) { |
| | | public void setAuthorUid(Long authorUid) { |
| | | this.authorUid = authorUid; |
| | | } |
| | | |