|
@@ -42,8 +42,8 @@ public interface IFoodInfoService{
|
|
@HttpParam(name = "businessLicense", type = HttpParamType.COMMON, description = "营业执照") String businessLicense,
|
|
@HttpParam(name = "businessLicense", type = HttpParamType.COMMON, description = "营业执照") String businessLicense,
|
|
@HttpParam(name = "operateCertificate", type = HttpParamType.COMMON, description = "经营许可证") String operateCertificate,
|
|
@HttpParam(name = "operateCertificate", type = HttpParamType.COMMON, description = "经营许可证") String operateCertificate,
|
|
@HttpParam(name = "operateCertificateDate", type = HttpParamType.COMMON, description = "经营许可证有效期") Date operateCertificateDate,
|
|
@HttpParam(name = "operateCertificateDate", type = HttpParamType.COMMON, description = "经营许可证有效期") Date operateCertificateDate,
|
|
- @HttpParam(name = "startDate", type = HttpParamType.COMMON, description = "营业开始时间") Date startDate,
|
|
|
|
- @HttpParam(name = "endDate", type = HttpParamType.COMMON, description = "营业结束时间") Date endDate,
|
|
|
|
|
|
+ @HttpParam(name = "startDate", type = HttpParamType.COMMON, description = "营业开始时间") String startDate,
|
|
|
|
+ @HttpParam(name = "endDate", type = HttpParamType.COMMON, description = "营业结束时间") String endDate,
|
|
@HttpParam(name = "lookFlag", type = HttpParamType.COMMON, description = "允许用户查看菜品价格(0允许1禁止)") Long lookFlag,
|
|
@HttpParam(name = "lookFlag", type = HttpParamType.COMMON, description = "允许用户查看菜品价格(0允许1禁止)") Long lookFlag,
|
|
@HttpParam(name = "status", type = HttpParamType.COMMON, description = "状态") String status,
|
|
@HttpParam(name = "status", type = HttpParamType.COMMON, description = "状态") String status,
|
|
@HttpParam(name = "gmtCreate", type = HttpParamType.COMMON, description = "") Date gmtCreate,
|
|
@HttpParam(name = "gmtCreate", type = HttpParamType.COMMON, description = "") Date gmtCreate,
|
|
@@ -82,8 +82,8 @@ public interface IFoodInfoService{
|
|
@HttpParam(name = "businessLicense", type = HttpParamType.COMMON, description = "营业执照") String businessLicense,
|
|
@HttpParam(name = "businessLicense", type = HttpParamType.COMMON, description = "营业执照") String businessLicense,
|
|
@HttpParam(name = "operateCertificate", type = HttpParamType.COMMON, description = "经营许可证") String operateCertificate,
|
|
@HttpParam(name = "operateCertificate", type = HttpParamType.COMMON, description = "经营许可证") String operateCertificate,
|
|
@HttpParam(name = "operateCertificateDate", type = HttpParamType.COMMON, description = "经营许可证有效期") Date operateCertificateDate,
|
|
@HttpParam(name = "operateCertificateDate", type = HttpParamType.COMMON, description = "经营许可证有效期") Date operateCertificateDate,
|
|
- @HttpParam(name = "startDate", type = HttpParamType.COMMON, description = "营业开始时间") Date startDate,
|
|
|
|
- @HttpParam(name = "endDate", type = HttpParamType.COMMON, description = "营业结束时间") Date endDate,
|
|
|
|
|
|
+ @HttpParam(name = "startDate", type = HttpParamType.COMMON, description = "营业开始时间") String startDate,
|
|
|
|
+ @HttpParam(name = "endDate", type = HttpParamType.COMMON, description = "营业结束时间") String endDate,
|
|
@HttpParam(name = "lookFlag", type = HttpParamType.COMMON, description = "允许用户查看菜品价格(0允许1禁止)") Long lookFlag,
|
|
@HttpParam(name = "lookFlag", type = HttpParamType.COMMON, description = "允许用户查看菜品价格(0允许1禁止)") Long lookFlag,
|
|
@HttpParam(name = "status", type = HttpParamType.COMMON, description = "状态") String status,
|
|
@HttpParam(name = "status", type = HttpParamType.COMMON, description = "状态") String status,
|
|
@HttpParam(name = "gmtCreate", type = HttpParamType.COMMON, description = "") Date gmtCreate,
|
|
@HttpParam(name = "gmtCreate", type = HttpParamType.COMMON, description = "") Date gmtCreate,
|