记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
9039b9bd
Commit
9039b9bd
authored
Jul 29, 2022
by
zhengfuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改关键字 导致查询问题。
parent
bf40fc28
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
GoblinMix.java
...n/java/com/liquidnet/service/goblin/entity/GoblinMix.java
+8
-4
No files found.
liquidnet-bus-do/liquidnet-service-goblin-do/src/main/java/com/liquidnet/service/goblin/entity/GoblinMix.java
View file @
9039b9bd
package
com
.
liquidnet
.
service
.
goblin
.
entity
;
import
com.baomidou.mybatisplus.annotation.IdType
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
com.baomidou.mybatisplus.annotation.TableId
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
import
java.io.Serializable
;
import
java.math.BigDecimal
;
import
java.time.LocalDateTime
;
import
java.io.Serializable
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
* <p>
...
...
@@ -40,6 +40,7 @@ public class GoblinMix implements Serializable {
/**
* 混合名称
*/
@TableField
(
value
=
"`name`"
)
private
String
name
;
/**
...
...
@@ -55,6 +56,7 @@ public class GoblinMix implements Serializable {
/**
* 状态[6-启用|7-停用]
*/
@TableField
(
value
=
"`status`"
)
private
Integer
status
;
/**
...
...
@@ -120,6 +122,7 @@ public class GoblinMix implements Serializable {
/**
* 限购数量[0-不限购]
*/
@TableField
(
value
=
"`limit`"
)
private
Integer
limit
;
/**
...
...
@@ -150,6 +153,7 @@ public class GoblinMix implements Serializable {
/**
* 补充字段
*/
@TableField
(
value
=
"`comment`"
)
private
String
comment
;
/**
...
...
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