fix
This commit is contained in:
@@ -181,6 +181,7 @@
|
||||
xsi.shop_name as shopName,
|
||||
xsi.shop_code as shopCode,
|
||||
xsi.region_id as regionId,
|
||||
xli.id as lineId,
|
||||
xli.mobile as mobile,
|
||||
xli.username as partnerName
|
||||
from xfsg_shop_info xsi
|
||||
|
||||
@@ -11,6 +11,9 @@ import lombok.Data;
|
||||
*/
|
||||
@Data
|
||||
public class PlatformBuildListResponse {
|
||||
|
||||
private Long lineId;
|
||||
|
||||
private Long shopId;
|
||||
@ApiModelProperty("门店名称")
|
||||
private String shopName;
|
||||
|
||||
Reference in New Issue
Block a user