2组颜值担当在9月八日23.44推的后台

master
bai 2024-09-09 00:10:31 +08:00
parent 98769c3cd9
commit eb94a2d62d
1 changed files with 0 additions and 16 deletions

View File

@ -64,14 +64,11 @@ public class Myapi extends BaseEntity{
*/ */
@Schema(description = "请求方式",type = "String") @Schema(description = "请求方式",type = "String")
private String mode; private String mode;
<<<<<<< HEAD
/** /**
* *
*/ */
@Schema(description = "购买字段(当修改成功触发)",type = "Integer") @Schema(description = "购买字段(当修改成功触发)",type = "Integer")
private int auth; private int auth;
=======
>>>>>>> 8c53524 (2923.44)
/* /*
API API
*/ */
@ -82,15 +79,11 @@ public class Myapi extends BaseEntity{
*/ */
@Schema(description = "API返回报文",type = "String") @Schema(description = "API返回报文",type = "String")
private String msgresp; private String msgresp;
<<<<<<< HEAD
=======
/* /*
*/ */
@Schema(description = "购买触发",type = "Integer") @Schema(description = "购买触发",type = "Integer")
private Integer buy; private Integer buy;
>>>>>>> 8c53524 (2923.44)
private String createBy; private String createBy;
private Date createTime; private Date createTime;
private String updateBy; private String updateBy;
@ -111,15 +104,9 @@ public class Myapi extends BaseEntity{
.type( myapiSaveReq.getType()) .type( myapiSaveReq.getType())
.msgresp(myapiSaveReq.getMsgresp()) .msgresp(myapiSaveReq.getMsgresp())
.build(); .build();
} }
public static Myapi UpdMyapiList(MyapiUpdReq myapiUpdReq, Supplier<Long> apiId){ public static Myapi UpdMyapiList(MyapiUpdReq myapiUpdReq, Supplier<Long> apiId){
return Myapi return Myapi
@ -132,10 +119,7 @@ public class Myapi extends BaseEntity{
.apiName( myapiUpdReq.getApiName()) .apiName( myapiUpdReq.getApiName())
.ip( myapiUpdReq.getIp()) .ip( myapiUpdReq.getIp())
.mode( myapiUpdReq.getMode()) .mode( myapiUpdReq.getMode())
<<<<<<< HEAD
.auth( myapiUpdReq.getAuth() ) .auth( myapiUpdReq.getAuth() )
=======
>>>>>>> 8c53524 (2923.44)
.type( myapiUpdReq.getType()) .type( myapiUpdReq.getType())
.msgresp(myapiUpdReq.getMsgresp()) .msgresp(myapiUpdReq.getMsgresp())
.build(); .build();