10 lines
159 B
Plaintext
10 lines
159 B
Plaintext
|
|
package com.sercurityControl.proteam.service;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 统一视频接口调试 测试服务层
|
||
|
|
*/
|
||
|
|
public interface TyServiceTest {
|
||
|
|
|
||
|
|
void getAlgCodes();
|
||
|
|
}
|