PushPainBO.java 244 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 package com.pipihelper.project.feishu.bo; import lombok.Data; @Data public class PushPainBO { Integer index; String openId; String name; String departMentName; //部门名 String timeRange; //时间区间 15:00 - 16:00 }