Administrator
2025-08-13 2be073dedb043f63700484fab18e4a0ffe1d5e09
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;
}