dashboard
repositories
filestore
activity
search
login
main
/
smartlab_promote
智慧实验室优化版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
申购导入和导入模板
lyfO_o
2021-06-21
82f0f5e82cf0ff88af237ba5929dff7a2bdc4d46
[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();
}