Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
JingnengService
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王亚宁
JingnengService
Commits
98fa56bb
Commit
98fa56bb
authored
Dec 01, 2023
by
realize1020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BigDecimal 改String
parent
e342ff85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
com.gx.obe.service/src/main/java/com/gx/obe/server/management/supplier/entity/SupplierEvaluationResult.java
.../management/supplier/entity/SupplierEvaluationResult.java
+3
-3
No files found.
com.gx.obe.service/src/main/java/com/gx/obe/server/management/supplier/entity/SupplierEvaluationResult.java
View file @
98fa56bb
...
@@ -102,7 +102,7 @@ public class SupplierEvaluationResult extends Model<SupplierEvaluationResult> {
...
@@ -102,7 +102,7 @@ public class SupplierEvaluationResult extends Model<SupplierEvaluationResult> {
@TableField
(
"PRICE_FINAL_SCORE"
)
@TableField
(
"PRICE_FINAL_SCORE"
)
private
BigDecimal
priceFinalScore
;
private
BigDecimal
priceFinalScore
;
@TableField
(
"VETO_TYPE"
)
@TableField
(
"VETO_TYPE"
)
private
BigDecimal
vetoType
;
private
String
vetoType
;
...
@@ -242,11 +242,11 @@ public class SupplierEvaluationResult extends Model<SupplierEvaluationResult> {
...
@@ -242,11 +242,11 @@ public class SupplierEvaluationResult extends Model<SupplierEvaluationResult> {
this
.
priceFinalScore
=
priceFinalScore
;
this
.
priceFinalScore
=
priceFinalScore
;
}
}
public
BigDecimal
getVetoType
()
{
public
String
getVetoType
()
{
return
vetoType
;
return
vetoType
;
}
}
public
void
setVetoType
(
BigDecimal
vetoType
)
{
public
void
setVetoType
(
String
vetoType
)
{
this
.
vetoType
=
vetoType
;
this
.
vetoType
=
vetoType
;
}
}
...
...
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