From c7a05a14b199350a04d9cc4e6f4f7760a9978ceb Mon Sep 17 00:00:00 2001 From: Lion Date: Fri, 15 Jul 2022 10:43:54 +0800 Subject: [PATCH] python maker is ready and java maker is undergols --- ReadMe.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 0f4f684..83780a2 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -57,8 +57,9 @@ API 介绍,使用文档和测试程序请参考对应 `maker` 生成程序下 | Ok? | 状态 | 编程语言 | 描述 | 贡献者 | |:-------------------|:-----| :--- | :--- | :--- | | :white_check_mark: | 已完成 | [golang](maker/golang) | golang xdb 生成程序实现 | [Lion](https://github.com/lionsoul2014) | -|     | 待开始 | [java](maker/java) | java xdb 生成程序实现 | [Lion](https://github.com/lionsoul2014) | +|     | 开发中 | [java](maker/java) | java xdb 生成程序实现 | [Lion](https://github.com/lionsoul2014) | |     | 待开始 | [c](maker/c) | ANSC c xdb 生成客户端实现 | [Lion](https://github.com/lionsoul2014) | +| :white_check_mark: | 已完成 | [python](maker/python) | python xdb 生成客户端实现 | [leolin49](https://github.com/leolin49) |