B端 部分接口3
This commit is contained in:
@@ -2,6 +2,7 @@ package com.cool.store.vo;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -16,7 +17,7 @@ public class ZoneVO {
|
||||
|
||||
private String zoneName;
|
||||
|
||||
private String updateTime;
|
||||
private Date updateTime;
|
||||
|
||||
private String updateUserId;
|
||||
|
||||
@@ -24,7 +25,7 @@ public class ZoneVO {
|
||||
|
||||
private List<OrganizationVO> orgVos;
|
||||
|
||||
private List<OpenAreaVO> openAreaVOS;
|
||||
private List<OpenAreaSingleVO> openAreaVOS;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user