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