Commit 296ded15 by zhiwj

修改经营类目

parent 30bbeeac
......@@ -3,7 +3,7 @@ package com.gic.store.web.vo;
import com.gic.store.constant.StoreOwnTypeEnum;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
/**
* tab_store_dict
......@@ -21,7 +21,7 @@ public class StoreDictVO implements Serializable {
private String ownTypeStr;
private List<StoreDictVO> storeDictList;
public String getValue() {
return value;
}
......@@ -50,6 +50,14 @@ public class StoreDictVO implements Serializable {
this.ownType = ownType;
}
public List<StoreDictVO> getStoreDictList() {
return storeDictList;
}
public void setStoreDictList(List<StoreDictVO> storeDictList) {
this.storeDictList = storeDictList;
}
public String getOwnTypeStr() {
if (ownType == null) {
return "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment