Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zjsgfa_mysql
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiangyun
zjsgfa_mysql
Commits
3905d588
Commit
3905d588
authored
Dec 17, 2025
by
jiang'yun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
c08a7e1d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
0 deletions
+7
-0
src/main/java/com/zjsgfa/project/zt/controller/DjdcController.java
+0
-0
src/main/java/com/zjsgfa/project/zt/domain/DjZtfx.java
+3
-0
src/main/java/com/zjsgfa/project/zt/domain/Djjc.java
+4
-0
src/main/resources/static/excel/sgfamb.docx
+0
-0
No files found.
src/main/java/com/zjsgfa/project/zt/controller/DjdcController.java
View file @
3905d588
This diff is collapsed.
Click to expand it.
src/main/java/com/zjsgfa/project/zt/domain/DjZtfx.java
View file @
3905d588
...
...
@@ -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
;
}
src/main/java/com/zjsgfa/project/zt/domain/Djjc.java
View file @
3905d588
...
...
@@ -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
;
...
...
src/main/resources/static/excel/sgfamb.docx
View file @
3905d588
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment