mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-06-19 14:49:39 +08:00
docs: 更新许可证头信息
This commit is contained in:
@@ -4,10 +4,9 @@
|
||||
开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
微信:mohan_88888
|
||||
抖音:程序员三丙
|
||||
付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
|
||||
-->
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
|
||||
@@ -2,11 +2,10 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
package sanbing.jcpp.infrastructure.proto;
|
||||
|
||||
|
||||
import sanbing.jcpp.infrastructure.proto.model.PricingModel;
|
||||
import sanbing.jcpp.infrastructure.proto.model.PricingModel.FlagPrice;
|
||||
import sanbing.jcpp.infrastructure.proto.model.PricingModel.Period;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
package sanbing.jcpp.infrastructure.proto.model;
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
syntax = "proto3";
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
syntax = "proto3";
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
syntax = "proto3";
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* 开源代码,仅供学习和交流研究使用,商用请联系三丙
|
||||
* 微信:mohan_88888
|
||||
* 抖音:程序员三丙
|
||||
* 付费课程知识星球:https://t.zsxq.com/aKtXo
|
||||
* 付费课程:https://www.bilibili.com/cheese/play/ss942400790
|
||||
*/
|
||||
syntax = "proto3";
|
||||
|
||||
@@ -344,8 +344,6 @@ message TimeSyncResponse {
|
||||
string time = 2;
|
||||
}
|
||||
|
||||
|
||||
|
||||
message OfflineCardClearResponse {
|
||||
string pileCode = 1; // 充电桩编码
|
||||
repeated ClearResult clearResult = 2; // 清除卡号结果集合
|
||||
@@ -357,8 +355,6 @@ message ClearResult {
|
||||
optional string errorMsg = 3;
|
||||
}
|
||||
|
||||
|
||||
|
||||
message OfflineCardQueryResponse {
|
||||
string pileCode = 1; // 充电桩编码
|
||||
repeated QueryResult queryResult = 2; // 查询卡号结果集合
|
||||
@@ -370,8 +366,6 @@ message QueryResult {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
// BMS需求充电机输出
|
||||
message BmsDemandChargerOutputProto {
|
||||
string pileCode = 4;
|
||||
@@ -387,7 +381,6 @@ message SetQrcodeResponse {
|
||||
int32 startAddr = 8;
|
||||
}
|
||||
|
||||
|
||||
message EndChargeProto {
|
||||
string tradeNo = 1; // 交易流水号
|
||||
string pileCode = 2; // 桩编号枪号
|
||||
@@ -400,5 +393,3 @@ message WorkParamSettingResponse {
|
||||
bool success = 2;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user