shishuaikang
2023-11-21 365352b91d6b70292c66c7e24fa41b5854e80e1a
1
2
3
4
5
6
7
8
9
10
package com.thhy.mobile.modules.biz.pipeinfo.service;
 
import com.thhy.mobile.modules.biz.pipeinfo.entity.PipeInfo;
 
import java.util.List;
 
public interface PipeScreenService {
 
    List<PipeInfo> screenFindList(String token);
}