| | |
| | | package com.yuanchu.mom.pojo; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import com.yuanchu.mom.common.OrderBy; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | |
| | | @Data |
| | | @TableName("performance_shift") |
| | | @ApiModel(value = "PerformanceShift对象", description = "绩效管理-班次") |
| | | public class PerformanceShift implements Serializable { |
| | | public class PerformanceShift extends OrderBy implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |