Administrator
3 days ago d5266d0fc8de628ca14d1f97ff088b42526fc167
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.mall.vo.clothes;
 
import lombok.Data;
 
@Data
public class AdminClothesPrintLocationVo {
    private String locationName;
    private String locationCode;
    private String locationText;
    private String locationImage;
}