| | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ruoyi.approve.utils.StartAndEndDateDto; |
| | | import com.ruoyi.framework.aspectj.lang.annotation.Excel; |
| | | import com.ruoyi.lavorissue.dto.LaborIssueDto; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | |
| | | |
| | | import java.time.LocalDateTime; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @author :yys |
| | |
| | | * 部门岗位id |
| | | */ |
| | | @ApiModelProperty("部门岗位id") |
| | | private Integer deptPositionName; |
| | | private Integer deptPositionId; |
| | | |
| | | /** |
| | | * 部门岗位名称 |
| | |
| | | @Excel(name = "劳保单号") |
| | | private String orderNo; |
| | | |
| | | @TableField(exist = false) |
| | | @ApiModelProperty("批量发放") |
| | | private List<LaborIssueDto> laborIssueList; |
| | | |
| | | /** |
| | | * 员工id |
| | | */ |