lyfO_o
2021-04-22 a061540bf4c2bdb81edc3898cd27f4ba18512846
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();
}