|
|
@@ -1,5 +1,7 @@
|
|
|
package com.fs.his.param;
|
|
|
|
|
|
+import com.fs.common.param.BaseQueryParam;
|
|
|
+import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
@@ -12,7 +14,7 @@ import java.util.List;
|
|
|
* @date 2024-05-08
|
|
|
*/
|
|
|
@Data
|
|
|
-public class FsPackageCateUParam implements Serializable
|
|
|
+public class FsPackageCateUParam extends BaseQueryParam implements Serializable
|
|
|
{
|
|
|
|
|
|
/** ID */
|
|
|
@@ -43,5 +45,7 @@ public class FsPackageCateUParam implements Serializable
|
|
|
|
|
|
private Long companyUserId;
|
|
|
|
|
|
+ private Integer pageNum;
|
|
|
+ private Integer pageSize;
|
|
|
|
|
|
}
|