李宇
2022-03-14 7bc9d8c49dc95bda8b0fb339f8b402d26123c789
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();
}