feat:外部接口接入
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.cool.store.request.huoma;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Author suzhuhong
|
||||
* @Date 2025/4/1 23:15
|
||||
* @Version 1.0
|
||||
*/
|
||||
@Data
|
||||
public class ShopBasicInfoRequest {
|
||||
|
||||
private String shop_sn;
|
||||
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
package com.cool.store.response.huoma;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Author suzhuhong
|
||||
* @Date 2025/4/1 23:19
|
||||
* @Version 1.0
|
||||
*/
|
||||
@Data
|
||||
public class ShopBaseInfoResponse {
|
||||
|
||||
private String id;
|
||||
private String name;
|
||||
private String sn;
|
||||
private String address;
|
||||
private String province;
|
||||
private String city;
|
||||
private String region;
|
||||
private String lnglat;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user