dashboard
repositories
filestore
activity
search
login
main
/
smartlab_promote
智慧实验室优化版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update icon
kongzy
2023-11-01
dd8795a2675e32b25abe98f644f80d5f72fadb90
[smartlab_promote.git]
/
src
/
main
/
java
/
com
/
nanometer
/
smartlab
/
service
/
AccountInAndOutService.java
1
2
3
4
5
6
7
8
9
10
package com.nanometer.smartlab.service;
import javax.servlet.http.HttpServletResponse;
import java.io.UnsupportedEncodingException;
public interface AccountInAndOutService {
void exportExcel(HttpServletResponse resp) ;
}