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")
private String mode;
<<<<<<< HEAD
/**
*
*/
@Schema(description = "购买字段(当修改成功触发)",type = "Integer")
private int auth;
=======
>>>>>>> 8c53524 (2923.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 (2923.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<Long> 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 (2923.44)
.type( myapiUpdReq.getType())
.msgresp(myapiUpdReq.getMsgresp())
.build();