张晓波
2023-10-19 c00ee4a9c7d839bcb266ce59d27a52d0deee200b
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);
 
}