2022-05-31 09:19:04 +08:00
|
|
|
package com.engine.organization.service;
|
|
|
|
|
|
2022-05-31 10:39:07 +08:00
|
|
|
import com.engine.organization.util.response.ReturnResult;
|
|
|
|
|
|
2022-05-31 09:19:04 +08:00
|
|
|
/**
|
|
|
|
|
* @Author weaver_cl
|
|
|
|
|
* @Description: TODO
|
|
|
|
|
* @Date 2022/5/30
|
|
|
|
|
* @Version V1.0
|
|
|
|
|
**/
|
|
|
|
|
public interface CodeSettingService {
|
2022-05-31 10:39:07 +08:00
|
|
|
|
|
|
|
|
ReturnResult getHasRight(String serialtype);
|
2022-05-31 09:19:04 +08:00
|
|
|
}
|