泰开-高级版2312-后端
Go to file
maolei 756afff77e feat(api): 修改物料分类查询接口并优化仓库查询功能
- 修改物料分类查询接口,可以传入code和name数组
- 优化存储文档查询功能 StordocManageResource
- 更新 .gitignore 文件,忽略 .project 文件
- 修复物料管理中空条件查询导致的 SQL 错误
2025-05-12 09:46:07 +08:00
.settings 增加pu模块,编码转为GBK 2025-03-27 16:01:44 +08:00
META-INF 项目初始化 2025-03-26 11:17:03 +08:00
arap 付款单修改价税合计后校验不能超过上游销售订单 2025-05-05 11:33:50 +08:00
baseapp 项目初始化 2025-03-26 11:17:03 +08:00
cm cm 2025-04-24 10:32:59 +08:00
cmp 到账推送返回提示优化 2025-05-04 10:08:37 +08:00
fbm 到账推送按钮代码调整 2025-04-15 11:11:55 +08:00
gl 解决凭证保存空指针问题 2025-05-05 14:01:27 +08:00
ia 项目初始化 2025-03-26 11:17:03 +08:00
ic 备料计划转出库申请的数量限制提示优化 2025-05-06 16:33:39 +08:00
imag 纸质发票(数电纸质发票) 机动车销售统一发票(修改产地不存在补丁)适配2312_20250510_sdlizheng 2025-05-10 13:42:12 +08:00
mmpac 2312流程生产订单同步自定义项-张鑫0412 2025-04-12 12:26:39 +08:00
mmpps 2312MPR运算带出流程生产订单同步自定义项-张鑫0412 2025-04-12 12:38:32 +08:00
mmpub 注释分析后回写逻辑,调整齐套率计算方式 2025-04-11 08:56:04 +08:00
pu 解决多个采购订单生成到货单报错问题-张鑫0507 2025-05-07 18:28:01 +08:00
purp 最新价格查询增加物料备注查询条件 2025-04-17 16:39:02 +08:00
sc 新增模板组件 2025-04-14 10:36:20 +08:00
so 优化销售发票报价换算率和报价数量计算 2025-05-06 18:20:50 +08:00
sscivm 纸质发票(数电纸质发票) 机动车销售统一发票(修改产地不存在补丁)适配2312_20250510_sdlizheng 2025-05-10 13:42:12 +08:00
ssctp 新增模板组件 2025-04-14 10:36:20 +08:00
uapbd feat(api): 修改物料分类查询接口并优化仓库查询功能 2025-05-12 09:46:07 +08:00
yxy 新增模板组件 2025-04-14 10:36:20 +08:00
.classpath imag 2025-05-06 15:21:01 +08:00
.gitignore feat(api): 修改物料分类查询接口并优化仓库查询功能 2025-05-12 09:46:07 +08:00
.project 项目初始化 2025-03-26 11:17:03 +08:00
README.md Initial commit 2025-03-26 03:03:25 +00:00
常用工具类 修改GBK编码 2025-03-27 16:20:24 +08:00

README.md

Taikai2312

Getting started

To make it easy for you to get started with GitLab, here's a list of recommended next steps.

Already a pro? Just edit this README.md and make it your own. Want to make it easy? Use the template at the bottom!

Add your files

cd existing_repo
git remote add origin http://172.168.16.71:7070/taikai/taikai2312.git
git branch -M main
git push -uf origin main

Integrate with your tools

Collaborate with your team

Test and Deploy

Use the built-in continuous integration in GitLab.


Editing this README

When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to makeareadme.com for this template.

Suggestions for a good README

Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.

Name

Choose a self-explaining name for your project.

Description

Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.

Badges

On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.

Visuals

Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.

Installation

Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.

Usage

Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.

Support

Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.

Roadmap

If you have ideas for releases in the future, it is a good idea to list them in the README.

Contributing

State if you are open to contributions and what your requirements are for accepting them.

For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.

You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.

Authors and acknowledgment

Show your appreciation to those who have contributed to the project.

License

For open source projects, say how it is licensed.

Project status

If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.