Commit 0a85fa65 authored by 赵啸非's avatar 赵啸非

添加更新基础区域

parent e4c0d633
package com.mortals.xhx.module.declare.model.vo;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.mortals.framework.model.BaseEntityLong;
import com.mortals.xhx.module.declare.model.DeclareEntity;
import java.util.ArrayList;
......@@ -21,6 +22,7 @@ import java.util.Date;
public class DeclareVo extends BaseEntityLong {
/** 主键ID,主键,自增长列表 */
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
private transient List <Long> idList;
private List<DeclareFinImagesEntity> declareFinImagesList=new ArrayList<>();
......@@ -30,9 +32,11 @@ public class DeclareVo extends BaseEntityLong {
private List<EvaluationInfoEntity> evaluationInfoList=new ArrayList<>();
/** 开始 创建时间 */
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
private transient String createTimeStart;
/** 结束 创建时间 */
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
private transient String createTimeEnd;
private String phone;
......
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