hldy_app/pages/Warehousing/index.ts

11 lines
146 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
};
2025-04-02 17:33:46 +08:00
export type buttonLink = {
url : string;
name:string;
};