bug
This commit is contained in:
parent
11327ccd9e
commit
b9e9256cf6
@ -0,0 +1,12 @@
|
|||||||
|
package com.fuint.business.tag.vo;
|
||||||
|
|
||||||
|
import com.fuint.business.tag.entity.OilTag;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class OilTagVO extends OilTag implements Serializable {
|
||||||
|
//店铺名字
|
||||||
|
private String storeName;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user