wujingjing
2024-10-24 f8786ec96675a2f9bd6c2337e3dce26ad66ea56b
1
2
3
4
5
6
7
export type ImgPickItem = {
    url: string;
    id: string;
    loading: Boolean;
    imageName?: string;
    [key: string]: any;
};