Commit 3905d588 by jiang'yun

修改

parent c08a7e1d
......@@ -3,6 +3,8 @@ package com.zjsgfa.project.zt.domain;
import com.zjsgfa.framework.aspectj.lang.annotation.Excel;
import lombok.Data;
import java.util.List;
@Data
public class DjZtfx {
......@@ -47,5 +49,6 @@ public class DjZtfx {
@Excel(name = "起出井深中位数")
private Double qsjsZw;
private List<DjZtfx> list;
}
......@@ -3,6 +3,8 @@ package com.zjsgfa.project.zt.domain;
import com.zjsgfa.framework.aspectj.lang.annotation.Excel;
import lombok.Data;
import java.util.List;
/**
* 井基础信息
*/
......@@ -110,6 +112,8 @@ public class Djjc {
private String ycmsqk;
private String zcmsqk;
private List<Djjc> list;
......
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