|
|
|
@ -5,6 +5,7 @@ import com.glxp.sale.admin.entity.thrsys.ThrProductsAddDiEntity;
|
|
|
|
|
import com.glxp.sale.admin.req.thrsys.AddThrDiProductsRequest;
|
|
|
|
|
import com.glxp.sale.admin.req.thrsys.FilterThrProductsRequest;
|
|
|
|
|
import com.glxp.sale.admin.res.thrsys.ThrProductsAddDiResponse;
|
|
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
@ -28,4 +29,7 @@ public interface ThrProductsAddDiService {
|
|
|
|
|
boolean addThrAddDiProducts(AddThrDiProductsRequest thrDiProductsRequest);
|
|
|
|
|
|
|
|
|
|
UdiInfoEntity getDiProductDetail(String uuid);
|
|
|
|
|
|
|
|
|
|
/** 根据ID查询 */
|
|
|
|
|
ThrProductsAddDiEntity filterThrProductsGetId( Integer id);
|
|
|
|
|
}
|
|
|
|
|