|
@@ -29,11 +29,19 @@ import org.jeecgframework.poi.excel.annotation.Excel;
|
|
@ApiModel(value="bd_clockin_month对象", description="考勤月报")
|
|
@ApiModel(value="bd_clockin_month对象", description="考勤月报")
|
|
public class bdClockinMonth {
|
|
public class bdClockinMonth {
|
|
|
|
|
|
-// @TableField(exist = false)
|
|
|
|
|
|
+ @TableField(exist = false)
|
|
|
|
+ @Excel(name = "日期", width = 15)
|
|
private String monthdate;//前台传入月份
|
|
private String monthdate;//前台传入月份
|
|
|
|
+ @TableField(exist = false)
|
|
|
|
+ @Excel(name = "人员姓名", width = 15)
|
|
private String realname;//人员档案中的姓名
|
|
private String realname;//人员档案中的姓名
|
|
|
|
+ @TableField(exist = false)
|
|
|
|
+ @Excel(name = "工号", width = 15)
|
|
private String username;//人员档案中工号
|
|
private String username;//人员档案中工号
|
|
|
|
|
|
|
|
+ @TableField(exist = false)
|
|
|
|
+ private String userId;//人员档案中id
|
|
|
|
+
|
|
private String basePay;//基本工资1
|
|
private String basePay;//基本工资1
|
|
private String basePay_2;//
|
|
private String basePay_2;//
|
|
private String wagesBase;//缴交基数1
|
|
private String wagesBase;//缴交基数1
|
|
@@ -83,15 +91,13 @@ public class bdClockinMonth {
|
|
@ApiModelProperty(value = "主键id考勤月报")
|
|
@ApiModelProperty(value = "主键id考勤月报")
|
|
private String id;
|
|
private String id;
|
|
/**月报月份*/
|
|
/**月报月份*/
|
|
- @Excel(name = "日期", width = 15)
|
|
|
|
@ApiModelProperty(value = "月报月份")
|
|
@ApiModelProperty(value = "月报月份")
|
|
private String monthTime;
|
|
private String monthTime;
|
|
/**人员姓名*/
|
|
/**人员姓名*/
|
|
- @Excel(name = "人员姓名", width = 15)
|
|
|
|
@ApiModelProperty(value = "人员姓名")
|
|
@ApiModelProperty(value = "人员姓名")
|
|
private String personName;
|
|
private String personName;
|
|
/**人员编码*/
|
|
/**人员编码*/
|
|
- @Excel(name = "工号", width = 15)
|
|
|
|
|
|
+
|
|
@ApiModelProperty(value = "人员编码")
|
|
@ApiModelProperty(value = "人员编码")
|
|
private String personCode;
|
|
private String personCode;
|
|
@Excel(name = "考勤天数", width = 15)
|
|
@Excel(name = "考勤天数", width = 15)
|
|
@@ -107,6 +113,10 @@ public class bdClockinMonth {
|
|
private String holidayTimeSj;//本月请假时长(事假小时)1
|
|
private String holidayTimeSj;//本月请假时长(事假小时)1
|
|
@Excel(name = "病假时长(天)", width = 15)
|
|
@Excel(name = "病假时长(天)", width = 15)
|
|
private String holidayTimeBj;//本月请假时长(病假天数)1
|
|
private String holidayTimeBj;//本月请假时长(病假天数)1
|
|
|
|
+
|
|
|
|
+ @TableField(exist = false)
|
|
|
|
+ @Excel(name = "是否同步U8", width = 15)
|
|
|
|
+ private String syInfo;//虚拟字段 仅用于导出
|
|
/**人员主键*/
|
|
/**人员主键*/
|
|
@ApiModelProperty(value = "人员主键")
|
|
@ApiModelProperty(value = "人员主键")
|
|
private String personId;
|
|
private String personId;
|