Commit ca7d5d6f by liushuangwu

employee

1 parent 73d82a40
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
}
......@@ -119,12 +119,4 @@ public class FeiShuEventController {
});
return dtos;
}
private static class A {
Integer index;
String openId;
String name;
String departMentName;
String timeRange;
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!