张磊磊
2023-10-23 f42817fecb4aee5bdbab8d774abeef90a6af3d76
1
2
3
4
5
6
7
8
9
package com.thhy.mobile.modules.biz.hardware.service;
 
import com.thhy.general.common.BasicResult;
 
public interface HareWareService {
 
    public void outMod(String pipeNum);
 
}