Administrator
5 days ago 39dc91a2cd323c8c211000dfb357cf9cb5907687
1
2
3
4
5
6
7
8
9
10
11
12
package cc.mrbird.febs.mall.vo.clothes;
 
import lombok.Data;
 
@Data
public class AdminClothesLocationRemarkVo {
 
    private Long locationId;
    private String locationName;
    private String locationText;
    private String skuLocationImage;
}