hldy_app_mini/pages/Warehousing/index.ts

11 lines
146 B
TypeScript
Raw Normal View History

2025-11-05 15:59:48 +08:00
export type Link = {
url : string;
targetUrl : string;
name:string;
pao:number;
};
export type buttonLink = {
url : string;
name:string;
};