lyfO_o
2021-03-31 a9e0d22a72501f56b1084d0e6e8dccf0166e3250
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();
}