公告板
版本库
filestore
活动
搜索
登录
data2
/
Single_application
单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'ID1766-添加推送登录功能' into test
zhangchen
2025-09-16
1f17799ca3720410bb050eb28f5d83334b20c7b3
[data2/Single_application.git]
/
src
/
api
/
commom.type.ts
1
2
3
4
5
6
export interface ListParams {
page: number;
size: number;
wherecondition: string;
ordercondition: string;
}