LiiuZeYu_branch
lzy 10 months ago
parent 656c6fc449
commit f3420c36aa

@ -0,0 +1,44 @@
/*
* Copyright (c) 2018-2999 广 All rights reserved.
*
* https://www.mall4j.com/
*
*
*
*
*/
package com.yami.shop.common.bean;
// 引入Lombok的Data注解通过该注解编译器会自动帮我们生成类的常用方法
// 比如各属性的Getter、Setter方法以及toString、equals、hashCode方法等简化代码编写
import lombok.Data;
/**
* ImgUpload
* 便使
*
* @author lgh
*/
@Data
public class ImgUpload {
/**
*
* 便访
*/
private String imagePath;
/**
*
* 1imagePath
* 2使
*/
private Integer uploadType;
/**
* 访URL访
* resourceUrl访URL访
*/
private String resourceUrl;
}
Loading…
Cancel
Save