# Delivery **Repository Path**: zqqqqqGitee/delivery ## Basic Information - **Project Name**: Delivery - **Description**: (HarmonyOS)物流app司机端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-04 - **Last Updated**: 2024-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Delivery #### 介绍 (Harmony Next)物流app司机端 #### 软件架构 ``` ets ├── common // 通用模块 │ ├── builders // - 通用组件 @Builder │ ├── components // - 通用组件 @Component │ ├── constants // - 常量数据 │ ├── images // - 图片资源 │ └── utils // - 工具类 ├── entryability // 入口UIAbility │ └── EntryAbility.ts ├── models // - 数据模型 ├── pages // - 页面组件 │ ├── HomePage.ets │ └── Index.ets └── views // - 页面对应自定义组件 ├── HomePage │ ├── xxx └── Index ```