LastMaxPain.java 231 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 package com.pipihelper.project.feishu.entity; import lombok.Data; /** * 上一次按摩id最大的雇员 */ @Data public class LastMaxPain { private Integer id; private Integer employeeId; private Integer floor; }