dashboard
repositories
filestore
activity
search
login
main
/
smartlab_promote
智慧实验室优化版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
模块:api接口 新增:根据7位货柜条码获取所属课题下的所有人员否则部门寻找 提出:秦老师
gdg
2020-12-18
9f0a2abe27085bd8c7edf8a43a24f375f17fc43c
[smartlab_promote.git]
/
src
/
main
/
java
/
com
/
nanometer
/
smartlab
/
service
/
SysSequenceService.java
1
2
3
4
5
6
7
8
9
10
package com.nanometer.smartlab.service;
/**
* Created by johnny on 17/12/13.
*/
public interface SysSequenceService {
public String getApplyCode();
public String getOrderCode();
}