Giter Site home page Giter Site logo

appointment-react's Introduction

appointment (react)

with react, graphql, apollo client

schema

server 服务个体

字段含义 | 字段名 | 字段类型 | 字段描述 ---|---|--- |---|---|--- |--- 服务标识 | id | ID | key 服务名称 | name | String | non-null 服务描述 | description | String | 服务图片 | img | String 创建时间 | createdAt | String | non-null 更新时间 | updatedAt | String

service 服务列表

字段含义 | 字段名 | 字段类型 | 字段描述 ---|---|--- |---|---|--- |--- 服务标识 | id | ID | key 服务个体标志 | server_id | ID | non-null 库存 | repertory_id | ID | non-null 服务描述|description|String| 服务价格 | price | float| non-null 服务开始时间 | startTime | String | non-null 服务持续时间 | lastTime | String | non-null 创建时间 | createdAt | String | non-null 更新时间 | updatedAt | String

repertory 服务库存

字段含义 | 字段名 | 字段类型 | 字段描述| --- | --- |--- |--- |--- |--- |--- 库存标识 | id | ID | key 服务标识 | service_id | ID | non-null 数量 | count | int | non-null 创建时间 | createdAt | String | non-null 更新时间 | updatedAt | String

user 用户表

字段含义 | 字段名 | 字段类型 | 字段描述 ---|---|--- |---|---|--- |--- 用户标识 | id | ID | key 用户微信标识 | openid | String | 管理员标志 | admin | Stringr | 用户名 | username | String | 密码 | password | String | 昵称 | nickname | String | 手机号码 | telephone | String | 邮箱 | email | String | 创建时间 | createdAt | String | non-null 更新时间 | updatedAt | String |

order 预约订单表

字段含义 | 字段名 | 字段类型 | 字段描述| ---|---|--- |---|---|--- |--- 订单编号 | id | ID | key 顾客标识| user_id | ID|non-null 预约的服务| service_id | ID |non-null 订单状态 | orderStatus | String 客户留言 | remark | String 预约人数 | customerNumber | int 订单联系人| contactName | String | non-null 订单联系人电话 | contactTelephone | String | non-null 订单付款金额 | payCount | String 订单付款状态 | payStatus | String 付款时间 | payTime | String 订单创建时间 | createdAt | String | non-null 更新时间 | updatedAt | String

name,type,description
server,collection,
id,ID,key
name,String,non-null
description,String,
img,String,
createdAt,String,non-null
updatedAt,String,
service,collection,
id,ID,key
server_id,ID,non-null
repertory_id,ID,non-null
description,String,
price,float,non-null
startTime,String,non-null
lastTime,String,non-null
createdAt,String,non-null
updatedAt,String,
repertory,collection,
id,ID,key
server_id,ID,non-null
service_id,ID,non-null
count,int,non-null
createdAt,String,non-null
updatedAt,String,
user,collection,
id,ID,key
openid,String,
admin,String,
nickname,String,
username,String,
password,String,
telephone,String,
email,String,
createdAt,String,non-null
updatedAt,String,
order,collection,
id,ID,key
user_id,ID,
serverName,String,non-null
serverDescription,String,
servicePrice,float,non-null
serviceDescription,String,
serviceStartTime,String,non-null
serviceLastTime,String,non-null
repertory_id,ID,non-null
orderStatus,String,
remark,String,
contactName,String,non-null
contactTelephone,String,non-null
customerNumber,int,
payCount,String,
payStatus,String,
payTime,String,
createdAt,String,non-null
updatedAt,String,
store,collection,
id,ID,key
name,String,
description,String,
address,String,
alert,String,
slideshow,String,list
createdAt,String,non-null
updatedAt,String,

appointment-react's People

Contributors

csy817 avatar kulley avatar

Watchers

 avatar  avatar

Forkers

wangliuyong

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.