From eb94a2d62d83358d808f8bd708b1e9912d6f2013 Mon Sep 17 00:00:00 2001 From: bai <173792339@qq.com> Date: Mon, 9 Sep 2024 00:10:31 +0800 Subject: [PATCH] =?UTF-8?q?2=E7=BB=84=E9=A2=9C=E5=80=BC=E6=8B=85=E5=BD=93?= =?UTF-8?q?=E5=9C=A89=E6=9C=88=E5=85=AB=E6=97=A523.44=E6=8E=A8=E7=9A=84?= =?UTF-8?q?=E5=90=8E=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/muyu/market/admain/Myapi.java | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/cloud-market2-common/src/main/java/com/muyu/market/admain/Myapi.java b/cloud-market2-common/src/main/java/com/muyu/market/admain/Myapi.java index 66050d9..e97afdc 100644 --- a/cloud-market2-common/src/main/java/com/muyu/market/admain/Myapi.java +++ b/cloud-market2-common/src/main/java/com/muyu/market/admain/Myapi.java @@ -64,14 +64,11 @@ public class Myapi extends BaseEntity{ */ @Schema(description = "请求方式",type = "String") private String mode; -<<<<<<< HEAD /** * 购买字段 */ @Schema(description = "购买字段(当修改成功触发)",type = "Integer") private int auth; -======= ->>>>>>> 8c53524 (2组颜值担当在9月八日23.44推的后台) /* API类型 */ @@ -82,15 +79,11 @@ public class Myapi extends BaseEntity{ */ @Schema(description = "API返回报文",type = "String") private String msgresp; -<<<<<<< HEAD -======= /* 购买触发 */ @Schema(description = "购买触发",type = "Integer") private Integer buy; ->>>>>>> 8c53524 (2组颜值担当在9月八日23.44推的后台) - private String createBy; private Date createTime; private String updateBy; @@ -111,15 +104,9 @@ public class Myapi extends BaseEntity{ .type( myapiSaveReq.getType()) .msgresp(myapiSaveReq.getMsgresp()) .build(); - - } - - - - public static Myapi UpdMyapiList(MyapiUpdReq myapiUpdReq, Supplier apiId){ return Myapi @@ -132,10 +119,7 @@ public class Myapi extends BaseEntity{ .apiName( myapiUpdReq.getApiName()) .ip( myapiUpdReq.getIp()) .mode( myapiUpdReq.getMode()) -<<<<<<< HEAD .auth( myapiUpdReq.getAuth() ) -======= ->>>>>>> 8c53524 (2组颜值担当在9月八日23.44推的后台) .type( myapiUpdReq.getType()) .msgresp(myapiUpdReq.getMsgresp()) .build();