dashboard
repositories
filestore
activity
search
login
main
/
oyingServer
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
短信验证码
xin
2025-06-06
ba3ec5d7b984bab62c1d4d6085b5cfd0e3a642df
[oyingServer.git]
/
oying-system
/
src
/
main
/
java
/
com
/
oying
/
modules
/
pc
/
product
/
view
/
ProductImageCustomerView.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.oying.modules.pc.product.view;
import lombok.Data;
@Data
public class ProductImageCustomerView {
private String url;
private Integer primaryFlag;
private Integer sortWeight;
}