This commit is contained in:
shuo.wang
2024-10-13 10:45:34 +08:00
parent 494b74bf0f
commit 5cff7d9c30
2 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ import lombok.Data;
*/
@Data
public class PlatformBuildListResponse {
private Long lineId;
private Long shopId;
@ApiModelProperty("门店名称")
private String shopName;