Commit b4601638 authored by 廖旭伟's avatar 廖旭伟

绩效汇总vo增加字段

parent bfe14b40
package com.mortals.xhx.module.check.model.vo;
import com.mortals.framework.annotation.Excel;
import lombok.Data;
import java.math.BigDecimal;
......@@ -41,4 +42,13 @@ public class StaffCheckSummaryVo {
* 月
*/
private Integer month;
/**
* 所属大厅
*/
private Long salaId;
/**
* 所属大厅名称
*/
private String salaName;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment