# pos **Repository Path**: MyonlyCode/pos ## Basic Information - **Project Name**: pos - **Description**: 基于SpringBoot3+Vue3的收银系统 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-31 - **Last Updated**: 2026-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pos #### 介绍 收银系统 #### 软件架构 软件架构说明 #### 目录结构 ```txt pos |-- document 项目相关文档目录 |-- pos-java 项目后端目录 |-- pos-vue 项目前端目录 ``` #### 个人开发分支创建 1. 先拉取远端dev分支到本地(pull)。 2. 从本地dev分支新建个人分支,命名dev_xxx。 3. 代码完成后先提交到本地(commite),接着推送到远端(push),查看仓库中是否出现自己的分支。 4. 删除本地开发分支。 5. 拉取代码时可能会出现版本冲突,注意查看版本之间的差异。