2024.11.12添加新接口
此次添加接口是由于有些接口原先是从科恩获取数据,现在改成从本地获取。 1./system/testCase/getLocalUseCaseList评审的时候获取用例使用 2./system/testCase/getUseCaseListNewNew实施细则左侧数据 3./standard/getStandardListNewNew实施细则右侧数据
此次添加接口是由于有些接口原先是从科恩获取数据,现在改成从本地获取。 1./system/testCase/getLocalUseCaseList评审的时候获取用例使用 2./system/testCase/getUseCaseListNewNew实施细则左侧数据 3./standard/getStandardListNewNew实施细则右侧数据
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b songyuanshuo origin/songyuanshuo
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout origin/master git merge --no-ff songyuanshuo
Step 4. Push the result of the merge to GitLab
git push origin master
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
This will create a new commit in order to revert the existing changes.