zjj
昨天 d5540413a0163383b53d33aea1be93390ea9149c
1
2
3
4
5
6
7
8
9
package com.vincent.rsf.server.api.service;
 
import com.vincent.rsf.framework.common.R;
 
import java.util.Map;
 
public interface PdaOutStockService {
    R getOutStockTaskItem(String barcode);
}