Loading src/Service/Interfaces/Supply/SupplyServiceInterface.php +2 −1 Original line number Diff line number Diff line Loading @@ -15,10 +15,11 @@ interface SupplyServiceInterface * 获取 * @param $id * @param $column * @param $sourceType 工厂系统 | 采购系统 * @return mixed * @author Liu lu * date 2022-12-03 */ public function getSupplyByOldId($id,$column=['*']); public function getSupplyByOldId($id,$column=['*'],$sourceType='工厂系统'); } No newline at end of file Loading
src/Service/Interfaces/Supply/SupplyServiceInterface.php +2 −1 Original line number Diff line number Diff line Loading @@ -15,10 +15,11 @@ interface SupplyServiceInterface * 获取 * @param $id * @param $column * @param $sourceType 工厂系统 | 采购系统 * @return mixed * @author Liu lu * date 2022-12-03 */ public function getSupplyByOldId($id,$column=['*']); public function getSupplyByOldId($id,$column=['*'],$sourceType='工厂系统'); } No newline at end of file