Commit 7924f23b authored by gongyuanbiao's avatar gongyuanbiao
Browse files

checkMaterialCraftById

parent 27046a81
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -226,4 +226,15 @@ interface ProductServiceInterface
     */
    public function checkPublished(array $params, array $relations = [], array $columns = ['*']): array;
	
	
	 /**
     * 检查产品是否同时维护工艺信息核原料信息
     * @param 
	 * 参数可以通过id
     * @return bool 同时维护true,未同时维护false
     * @throws \Meibuyu\Rpc\Exceptions\RpcException
     * @author Zero
     */
	 public function checkMaterialCraftById($id);

}