小程序主页接口
This commit is contained in:
@@ -42,7 +42,7 @@ public class PrinterEditDTO {
|
||||
/**
|
||||
* 打印机品牌
|
||||
*/
|
||||
@Size(min = 1, message = "打印机品牌不为空")
|
||||
// @Size(min = 1, message = "打印机品牌不为空")
|
||||
private String contentType;
|
||||
|
||||
|
||||
|
||||
@@ -10,6 +10,6 @@ import com.mybatisflex.core.paginate.Page;
|
||||
public interface HomePageService {
|
||||
HomePageVO getHomeInfo();
|
||||
|
||||
Page<RecommendProVO> getProd(String lng, String lat, String address, Integer classify, Integer orderType, Integer distanceType);
|
||||
Page<RecommendProVO> getProd(String lng, String lat, String address, Integer classify, Integer orderType, Integer distanceType, String name);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user