仪表盘
版本库
文件存储
活动
搜索
登录
main
/
smartlab_promote
智慧实验室优化版本
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
新增试剂供应商变更需求
kongzy
2023-10-11
374fb9d9369271b9b858e11a8612850ad3560936
[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) ;
}