李宇
2021-06-25 e8a3e262f0c129e02f08a2b1ba15bcbb9a733d51
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();
}