hldy_app/pages/Warehousing/index.ts

7 lines
87 B
TypeScript
Raw Normal View History

2025-03-05 17:29:32 +08:00
export type Link = {
url : string;
targetUrl : string;
2025-04-01 17:27:15 +08:00
name:string;
pao:number;
2025-03-05 17:29:32 +08:00
};