|
@@ -0,0 +1,16 @@
|
|
|
+package com.sky.ioc.entity.params.life;
|
|
|
+
|
|
|
+import com.sky.ioc.entity.params.IocDateParam;
|
|
|
+import lombok.Data;
|
|
|
+
|
|
|
+/**
|
|
|
+ * 智慧生活-餐厅查询参数
|
|
|
+ */
|
|
|
+@Data
|
|
|
+public class LifeRestaurantParam extends IocDateParam {
|
|
|
+
|
|
|
+ private Integer companyId;
|
|
|
+
|
|
|
+ private Integer deptId;
|
|
|
+
|
|
|
+}
|