Commit ccdb9c75 authored by Liu lu's avatar Liu lu

【服装对账单】列表和导出增加“纸质账单号”

parent 23276928
......@@ -355,4 +355,14 @@ interface FactoryServiceInterface
* date 2024-04-02
*/
public function getFactoriesBySkuList($skuArr) ;
/**
* @param string $paperAccountNo 纸质账单号
* @param string $deliveryNo 发货单号
* @return mixed
* @author Liu lu
* date 2024-04-16
*/
public function addPaperAccountNo($paperAccountNo,$deliveryNo);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment