铺位改造
This commit is contained in:
@@ -16,6 +16,8 @@ import java.util.Objects;
|
||||
@Data
|
||||
public class AddPointDetailRequest {
|
||||
|
||||
private Long shopId;
|
||||
private Long lineId;
|
||||
@NotBlank(message = "铺位名称不能为空")
|
||||
@ApiModelProperty("铺位名称")
|
||||
private String pointName;
|
||||
|
||||
Reference in New Issue
Block a user