李宇
2021-01-15 61de83f769642ff7da3d7f32b39c5014167a2950
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();
}