Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
YeeAmosFireAutoSysRoot
Commits
b6f3aef2
Commit
b6f3aef2
authored
Jan 15, 2021
by
吴俊凯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预案详情实体类修改
parent
75e23f33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
PlanDetail.java
...main/java/com/yeejoin/amos/fas/dao/entity/PlanDetail.java
+5
-5
No files found.
YeeAmosFireAutoSysCommon/src/main/java/com/yeejoin/amos/fas/dao/entity/PlanDetail.java
View file @
b6f3aef2
...
...
@@ -6,12 +6,11 @@ import javax.persistence.Column;
import
javax.persistence.Entity
;
import
javax.persistence.NamedQuery
;
import
javax.persistence.Table
;
import
java.io.Serializable
;
import
java.util.Date
;
/**
* c_plan_detail
* @author
* @author
*/
@Data
@Entity
...
...
@@ -31,14 +30,15 @@ public class PlanDetail extends BasicEntity {
private
String
code
;
/**
* 预案
类型
* 预案
分类id
*/
private
Integer
type
;
@Column
(
name
=
"classify_id"
)
private
Long
classifyId
;
/**
* 适用范围
*/
private
Integer
range
;
private
String
range
;
/**
* 编写部门
...
...
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