Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gf_back
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
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tianchao
gf_back
Commits
835585e0
Commit
835585e0
authored
Aug 31, 2023
by
luoxiangyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
4a327aac
ed44ecc1
Changes
61
Hide whitespace changes
Inline
Side-by-side
Showing
61 changed files
with
74 additions
and
5541 deletions
+74
-5541
C09-base/pps-core-base/src/main/java/pps/core/base/entity/BasePriceStrategyDetailEnt.java
...java/pps/core/base/entity/BasePriceStrategyDetailEnt.java
+3
-4
C09-base/pps-core-base/src/main/java/pps/core/base/entity/BasePriceStrategyDetailView.java
...ava/pps/core/base/entity/BasePriceStrategyDetailView.java
+3
-4
C09-base/pps-core-base/src/main/java/pps/core/base/entity/BasePriceStrategyEnt.java
.../main/java/pps/core/base/entity/BasePriceStrategyEnt.java
+2
-2
C09-base/pps-core-base/src/main/java/pps/core/base/entity/BasePriceStrategyMonthEnt.java
.../java/pps/core/base/entity/BasePriceStrategyMonthEnt.java
+1
-1
C09-base/pps-core-base/src/main/java/pps/core/base/entity/BasePriceStrategyMonthView.java
...java/pps/core/base/entity/BasePriceStrategyMonthView.java
+6
-85
C09-base/pps-core-base/src/main/java/pps/core/base/entity/BasePriceStrategyView.java
...main/java/pps/core/base/entity/BasePriceStrategyView.java
+2
-2
C09-base/pps-core-base/src/main/java/pps/core/base/service/BasePriceStrategyService.java
.../java/pps/core/base/service/BasePriceStrategyService.java
+12
-7
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/CreateBasePriceStrategyInput.java
...ata/base_price_strategy/CreateBasePriceStrategyInput.java
+2
-2
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/CreateBasePriceStrategyOutput.java
...ta/base_price_strategy/CreateBasePriceStrategyOutput.java
+0
-151
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/DeleteBasePriceStrategyInput.java
...ata/base_price_strategy/DeleteBasePriceStrategyInput.java
+2
-2
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/DeleteBasePriceStrategyOutput.java
...ta/base_price_strategy/DeleteBasePriceStrategyOutput.java
+0
-151
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/DynamicQueryBasePriceStrategyInput.java
...se_price_strategy/DynamicQueryBasePriceStrategyInput.java
+2
-2
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/DynamicQueryBasePriceStrategyViewOutput.java
...ice_strategy/DynamicQueryBasePriceStrategyViewOutput.java
+0
-151
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/GetBasePriceStrategyInput.java
...e/data/base_price_strategy/GetBasePriceStrategyInput.java
+2
-2
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/GetBasePriceStrategyOutput.java
.../data/base_price_strategy/GetBasePriceStrategyOutput.java
+2
-2
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/GetBasePriceStrategyViewInput.java
...ta/base_price_strategy/GetBasePriceStrategyViewInput.java
+0
-151
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/GetBasePriceStrategyViewOutput.java
...a/base_price_strategy/GetBasePriceStrategyViewOutput.java
+0
-151
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/QueryBasePriceStrategyInput.java
...data/base_price_strategy/QueryBasePriceStrategyInput.java
+0
-152
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/QueryBasePriceStrategyOutput.java
...ata/base_price_strategy/QueryBasePriceStrategyOutput.java
+0
-152
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/QueryBasePriceStrategyViewInput.java
.../base_price_strategy/QueryBasePriceStrategyViewInput.java
+11
-107
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/QueryBasePriceStrategyViewOutput.java
...base_price_strategy/QueryBasePriceStrategyViewOutput.java
+2
-2
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/UpdateBasePriceStrategyInput.java
...ata/base_price_strategy/UpdateBasePriceStrategyInput.java
+2
-2
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/UpdateBasePriceStrategyOutput.java
...ta/base_price_strategy/UpdateBasePriceStrategyOutput.java
+0
-151
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/CreateBasePriceStrategyDetailInput.java
...e_strategy_detail/CreateBasePriceStrategyDetailInput.java
+3
-4
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/CreateBasePriceStrategyDetailOutput.java
..._strategy_detail/CreateBasePriceStrategyDetailOutput.java
+0
-173
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/DeleteBasePriceStrategyDetailInput.java
...e_strategy_detail/DeleteBasePriceStrategyDetailInput.java
+0
-173
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/DeleteBasePriceStrategyDetailOutput.java
..._strategy_detail/DeleteBasePriceStrategyDetailOutput.java
+0
-173
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/DynamicQueryBasePriceStrategyDetailInput.java
...tegy_detail/DynamicQueryBasePriceStrategyDetailInput.java
+0
-173
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/DynamicQueryBasePriceStrategyDetailOutput.java
...egy_detail/DynamicQueryBasePriceStrategyDetailOutput.java
+0
-173
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/DynamicQueryBasePriceStrategyDetailViewOutput.java
...detail/DynamicQueryBasePriceStrategyDetailViewOutput.java
+0
-173
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/GetBasePriceStrategyDetailInput.java
...rice_strategy_detail/GetBasePriceStrategyDetailInput.java
+0
-173
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/GetBasePriceStrategyDetailOutput.java
...ice_strategy_detail/GetBasePriceStrategyDetailOutput.java
+3
-4
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/GetBasePriceStrategyDetailViewInput.java
..._strategy_detail/GetBasePriceStrategyDetailViewInput.java
+0
-173
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/GetBasePriceStrategyDetailViewOutput.java
...strategy_detail/GetBasePriceStrategyDetailViewOutput.java
+0
-173
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/QueryBasePriceStrategyDetailInput.java
...ce_strategy_detail/QueryBasePriceStrategyDetailInput.java
+0
-174
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/QueryBasePriceStrategyDetailOutput.java
...e_strategy_detail/QueryBasePriceStrategyDetailOutput.java
+0
-174
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/QueryBasePriceStrategyDetailViewInput.java
...trategy_detail/QueryBasePriceStrategyDetailViewInput.java
+0
-174
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/QueryBasePriceStrategyDetailViewOutput.java
...rategy_detail/QueryBasePriceStrategyDetailViewOutput.java
+0
-174
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/UpdateBasePriceStrategyDetailInput.java
...e_strategy_detail/UpdateBasePriceStrategyDetailInput.java
+2
-3
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/UpdateBasePriceStrategyDetailOutput.java
..._strategy_detail/UpdateBasePriceStrategyDetailOutput.java
+0
-173
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/CreateBasePriceStrategyMonthInput.java
...ice_strategy_month/CreateBasePriceStrategyMonthInput.java
+1
-1
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/CreateBasePriceStrategyMonthOutput.java
...ce_strategy_month/CreateBasePriceStrategyMonthOutput.java
+0
-118
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/DeleteBasePriceStrategyMonthInput.java
...ice_strategy_month/DeleteBasePriceStrategyMonthInput.java
+0
-118
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/DeleteBasePriceStrategyMonthOutput.java
...ce_strategy_month/DeleteBasePriceStrategyMonthOutput.java
+0
-118
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/DynamicQueryBasePriceStrategyMonthInput.java
...rategy_month/DynamicQueryBasePriceStrategyMonthInput.java
+0
-118
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/DynamicQueryBasePriceStrategyMonthOutput.java
...ategy_month/DynamicQueryBasePriceStrategyMonthOutput.java
+0
-118
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/DynamicQueryBasePriceStrategyMonthViewOutput.java
...y_month/DynamicQueryBasePriceStrategyMonthViewOutput.java
+0
-118
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/GetBasePriceStrategyMonthInput.java
..._price_strategy_month/GetBasePriceStrategyMonthInput.java
+0
-118
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/GetBasePriceStrategyMonthOutput.java
...price_strategy_month/GetBasePriceStrategyMonthOutput.java
+1
-1
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/GetBasePriceStrategyMonthViewInput.java
...ce_strategy_month/GetBasePriceStrategyMonthViewInput.java
+0
-118
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/GetBasePriceStrategyMonthViewOutput.java
...e_strategy_month/GetBasePriceStrategyMonthViewOutput.java
+0
-118
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/QueryBasePriceStrategyMonthInput.java
...rice_strategy_month/QueryBasePriceStrategyMonthInput.java
+0
-119
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/QueryBasePriceStrategyMonthOutput.java
...ice_strategy_month/QueryBasePriceStrategyMonthOutput.java
+0
-119
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/QueryBasePriceStrategyMonthViewInput.java
..._strategy_month/QueryBasePriceStrategyMonthViewInput.java
+0
-119
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/QueryBasePriceStrategyMonthViewOutput.java
...strategy_month/QueryBasePriceStrategyMonthViewOutput.java
+0
-119
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/UpdateBasePriceStrategyMonthInput.java
...ice_strategy_month/UpdateBasePriceStrategyMonthInput.java
+1
-1
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/UpdateBasePriceStrategyMonthOutput.java
...ce_strategy_month/UpdateBasePriceStrategyMonthOutput.java
+0
-118
C09-base/pps-core-base/src/main/java/pps/core/base/utils/DictUtils.java
...ore-base/src/main/java/pps/core/base/utils/DictUtils.java
+2
-2
C09-base/pps-core-base/src/main/resources/mybatis/mapper/pps/core/base/BasePriceStrategyDetailViewMapper.xml
...apper/pps/core/base/BasePriceStrategyDetailViewMapper.xml
+4
-4
C09-base/pps-core-base/src/main/resources/mybatis/mapper/pps/core/base/BasePriceStrategyMonthViewMapper.xml
...mapper/pps/core/base/BasePriceStrategyMonthViewMapper.xml
+1
-1
C09-base/pps-core-base/src/main/resources/mybatis/mapper/pps/core/base/BasePriceStrategyViewMapper.xml
...atis/mapper/pps/core/base/BasePriceStrategyViewMapper.xml
+2
-2
No files found.
C09-base/pps-core-base/src/main/java/pps/core/base/entity/BasePriceStrategyDetailEnt.java
View file @
835585e0
...
...
@@ -8,7 +8,6 @@ import xstartup.annotation.XText;
import
java.io.Serializable
;
import
java.math.BigDecimal
;
import
java.util.Date
;
/**
* 市电峰谷当月明细配置
...
...
@@ -26,7 +25,7 @@ public class BasePriceStrategyDetailEnt extends BaseEnt implements Serializable
@XText
(
"市电峰谷月"
)
@TableField
private
Integer
strategyMonth
;
private
String
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
@TableField
...
...
@@ -34,11 +33,11 @@ public class BasePriceStrategyDetailEnt extends BaseEnt implements Serializable
@XText
(
"开始时间"
)
@TableField
private
Date
startTime
;
private
String
startTime
;
@XText
(
"结束时间"
)
@TableField
private
Date
endTime
;
private
String
endTime
;
@XText
(
"电价"
)
@TableField
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/entity/BasePriceStrategyDetailView.java
View file @
835585e0
...
...
@@ -48,8 +48,7 @@ public class BasePriceStrategyDetailView implements Serializable {
@XText
(
"市电峰谷月"
)
@TableField
private
Integer
strategyMonth
;
;
private
String
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
@TableField
...
...
@@ -57,11 +56,11 @@ public class BasePriceStrategyDetailView implements Serializable {
@XText
(
"开始时间"
)
@TableField
private
Date
startTime
;
private
String
startTime
;
@XText
(
"结束时间"
)
@TableField
private
Date
endTime
;
private
String
endTime
;
@XText
(
"电价"
)
@TableField
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/entity/BasePriceStrategyEnt.java
View file @
835585e0
...
...
@@ -25,11 +25,11 @@ public class BasePriceStrategyEnt extends BaseEnt implements Serializable {
@XText
(
"适用地区编码"
)
@TableField
private
String
areaCode
;
private
Integer
areaCode
;
@XText
(
"年份"
)
@TableField
private
Integer
strategyYear
;
private
String
strategyYear
;
@XText
(
"是否固定电价(0_是;1_否)"
)
@TableField
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/entity/BasePriceStrategyMonthEnt.java
View file @
835585e0
...
...
@@ -26,7 +26,7 @@ public class BasePriceStrategyMonthEnt extends BaseEnt implements Serializable {
@XText
(
"市电峰谷月(1-12)"
)
@TableField
private
Integer
strategyMonth
;
private
String
strategyMonth
;
/**
* 策略明细入参
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/entity/BasePriceStrategyMonthView.java
View file @
835585e0
package
pps.core.base.entity
;
import
java.io.Serializable
;
import
java.util.Date
;
import
java.math.BigDecimal
;
import
com.baomidou.mybatisplus.annotation.TableField
;
import
lombok.Data
;
import
xstartup.annotation.XText
;
import
java.io.Serializable
;
import
java.util.Date
;
@Data
public
class
BasePriceStrategyMonthView
implements
Serializable
{
@XText
(
"ID"
)
@TableField
...
...
@@ -45,86 +47,5 @@ public class BasePriceStrategyMonthView implements Serializable {
@XText
(
"市电峰谷月(1-12)"
)
@TableField
private
Integer
strategyMonth
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
private
String
strategyMonth
;
}
C09-base/pps-core-base/src/main/java/pps/core/base/entity/BasePriceStrategyView.java
View file @
835585e0
...
...
@@ -54,11 +54,11 @@ public class BasePriceStrategyView implements Serializable {
@XText
(
"适用地区编码"
)
@TableField
private
String
areaCode
;
private
Integer
areaCode
;
@XText
(
"年份"
)
@TableField
private
Integer
strategyYear
;
private
String
strategyYear
;
@XText
(
"是否固定电价(0_是;1_否)"
)
@TableField
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/service/BasePriceStrategyService.java
View file @
835585e0
...
...
@@ -34,6 +34,7 @@ import xstartup.feature.api.annotation.XApiGet;
import
xstartup.feature.api.annotation.XApiPost
;
import
xstartup.helper.XTransactionHelper
;
import
java.util.ArrayList
;
import
java.util.List
;
import
java.util.Map
;
import
java.util.Objects
;
...
...
@@ -100,7 +101,7 @@ public class BasePriceStrategyService {
List
<
UpdateBasePriceStrategyMonthInput
>
inputMonths
=
input
.
getMonths
();
if
(
CollUtil
.
isNotEmpty
(
inputMonths
))
{
List
<
BasePriceStrategyMonthEnt
>
monthList
=
XCopyUtils
.
copyNewList
(
inputMonths
,
BasePriceStrategyMonthEnt
.
class
);
List
<
Integer
>
collect
=
monthList
.
stream
()
List
<
String
>
collect
=
monthList
.
stream
()
.
map
(
BasePriceStrategyMonthEnt:
:
getStrategyMonth
)
.
collect
(
Collectors
.
toList
());
BasePriceStrategyMonthMapper
monthMapper
=
context
.
getBean
(
BasePriceStrategyMonthMapper
.
class
);
...
...
@@ -218,10 +219,14 @@ public class BasePriceStrategyService {
DictUtils
.
getDicNameByStream
(
dictList
,
detailOutput
.
getPeriodTypeKey
())
);
}
Map
<
Integer
,
List
<
GetBasePriceStrategyDetailOutput
>>
collect
=
detailOutputs
.
stream
()
Map
<
String
,
List
<
GetBasePriceStrategyDetailOutput
>>
collect
=
detailOutputs
.
stream
()
.
collect
(
Collectors
.
groupingBy
(
GetBasePriceStrategyDetailOutput:
:
getStrategyMonth
));
for
(
GetBasePriceStrategyMonthOutput
monthOutput
:
months
)
{
monthOutput
.
setDetails
(
collect
.
get
(
monthOutput
.
getStrategyMonth
()));
if
(
collect
.
containsKey
(
monthOutput
.
getStrategyMonth
()))
{
monthOutput
.
setDetails
(
collect
.
get
(
monthOutput
.
getStrategyMonth
()));
}
else
{
monthOutput
.
setDetails
(
new
ArrayList
<>(
0
));
}
}
}
output
.
setMonths
(
months
);
...
...
@@ -270,15 +275,15 @@ public class BasePriceStrategyService {
public
XListResult
<
DynamicQueryBasePriceStrategyOutput
>
queryBasePriceStrategyList
(
XContext
context
,
DynamicQueryBasePriceStrategyInput
input
)
{
String
id
=
input
.
getId
();
String
policyName
=
input
.
getPolicyName
();
String
areaCode
=
input
.
getAreaCode
();
Integer
strategyYear
=
input
.
getStrategyYear
();
Integer
areaCode
=
input
.
getAreaCode
();
String
strategyYear
=
input
.
getStrategyYear
();
Integer
isFixedPrice
=
input
.
getIsFixedPrice
();
BasePriceStrategyMapper
mapper
=
context
.
getBean
(
BasePriceStrategyMapper
.
class
);
List
<
BasePriceStrategyEnt
>
selectList
=
mapper
.
selectList
(
new
LambdaQueryWrapper
<
BasePriceStrategyEnt
>()
.
select
(
BaseEnt:
:
getId
,
BasePriceStrategyEnt:
:
getPolicyName
)
.
eq
(
StringUtils
.
isNotBlank
(
id
),
BaseEnt:
:
getId
,
id
)
.
like
(
StringUtils
.
isNotBlank
(
policyName
),
BasePriceStrategyEnt:
:
getPolicyName
,
policyName
)
.
eq
(
StringUtils
.
isNotBlank
(
areaCode
),
BasePriceStrategyEnt:
:
getAreaCode
,
areaCode
)
.
eq
(
Objects
.
nonNull
(
areaCode
),
BasePriceStrategyEnt:
:
getAreaCode
,
areaCode
)
.
eq
(
Objects
.
nonNull
(
strategyYear
),
BasePriceStrategyEnt:
:
getStrategyYear
,
strategyYear
)
.
eq
(
Objects
.
nonNull
(
isFixedPrice
),
BasePriceStrategyEnt:
:
getIsFixedPrice
,
isFixedPrice
)
.
orderByDesc
(
BaseEnt:
:
getModifyTime
)
...
...
@@ -313,7 +318,7 @@ public class BasePriceStrategyService {
* @param session 会话
*/
private
void
saveStrategyMonthDetail
(
BasePriceStrategyMonthMapper
monthMapper
,
List
<
BasePriceStrategyMonthEnt
>
monthList
,
String
strategyId
,
PpsUserSession
session
)
{
Integer
strategyMonth
;
String
strategyMonth
;
List
<
BasePriceStrategyDetailEnt
>
detailList
;
for
(
BasePriceStrategyMonthEnt
monthEnt
:
monthList
)
{
monthEnt
.
setStrategyId
(
strategyId
);
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/CreateBasePriceStrategyInput.java
View file @
835585e0
...
...
@@ -21,10 +21,10 @@ public class CreateBasePriceStrategyInput {
private
String
policyName
;
@XText
(
"适用地区编码"
)
private
String
areaCode
;
private
Integer
areaCode
;
@XText
(
"年份"
)
private
Integer
strategyYear
;
private
String
strategyYear
;
@XText
(
"是否固定电价(0_是;1_否)"
)
private
Integer
isFixedPrice
;
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/CreateBasePriceStrategyOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
CreateBasePriceStrategyOutput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"策略名称"
)
private
String
policyName
;
@XText
(
"适用地区编码"
)
private
String
areaCode
;
@XText
(
"年份"
)
private
Integer
strategyYear
;
@XText
(
"是否固定电价(0_是;1_否)"
)
private
Integer
isFixedPrice
;
@XText
(
"固定电价"
)
private
BigDecimal
fixedElectricityPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getPolicyName
()
{
return
this
.
policyName
;
}
public
void
setPolicyName
(
String
value
)
{
this
.
policyName
=
value
;
}
public
String
getAreaCode
()
{
return
this
.
areaCode
;
}
public
void
setAreaCode
(
String
value
)
{
this
.
areaCode
=
value
;
}
public
Integer
getStrategyYear
()
{
return
this
.
strategyYear
;
}
public
void
setStrategyYear
(
Integer
value
)
{
this
.
strategyYear
=
value
;
}
public
Integer
getIsFixedPrice
()
{
return
this
.
isFixedPrice
;
}
public
void
setIsFixedPrice
(
Integer
value
)
{
this
.
isFixedPrice
=
value
;
}
public
BigDecimal
getFixedElectricityPrice
()
{
return
this
.
fixedElectricityPrice
;
}
public
void
setFixedElectricityPrice
(
BigDecimal
value
)
{
this
.
fixedElectricityPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/DeleteBasePriceStrategyInput.java
View file @
835585e0
...
...
@@ -43,10 +43,10 @@ public class DeleteBasePriceStrategyInput {
private
String
policyName
;
@XText
(
"适用地区编码"
)
private
String
areaCode
;
private
Integer
areaCode
;
@XText
(
"年份"
)
private
Integer
strategyYear
;
private
String
strategyYear
;
@XText
(
"是否固定电价(0_是;1_否)"
)
private
Integer
isFixedPrice
;
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/DeleteBasePriceStrategyOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
DeleteBasePriceStrategyOutput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"策略名称"
)
private
String
policyName
;
@XText
(
"适用地区编码"
)
private
String
areaCode
;
@XText
(
"年份"
)
private
Integer
strategyYear
;
@XText
(
"是否固定电价(0_是;1_否)"
)
private
Integer
isFixedPrice
;
@XText
(
"固定电价"
)
private
BigDecimal
fixedElectricityPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getPolicyName
()
{
return
this
.
policyName
;
}
public
void
setPolicyName
(
String
value
)
{
this
.
policyName
=
value
;
}
public
String
getAreaCode
()
{
return
this
.
areaCode
;
}
public
void
setAreaCode
(
String
value
)
{
this
.
areaCode
=
value
;
}
public
Integer
getStrategyYear
()
{
return
this
.
strategyYear
;
}
public
void
setStrategyYear
(
Integer
value
)
{
this
.
strategyYear
=
value
;
}
public
Integer
getIsFixedPrice
()
{
return
this
.
isFixedPrice
;
}
public
void
setIsFixedPrice
(
Integer
value
)
{
this
.
isFixedPrice
=
value
;
}
public
BigDecimal
getFixedElectricityPrice
()
{
return
this
.
fixedElectricityPrice
;
}
public
void
setFixedElectricityPrice
(
BigDecimal
value
)
{
this
.
fixedElectricityPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/DynamicQueryBasePriceStrategyInput.java
View file @
835585e0
...
...
@@ -19,10 +19,10 @@ public class DynamicQueryBasePriceStrategyInput {
private
String
policyName
;
@XText
(
"适用地区编码"
)
private
String
areaCode
;
private
Integer
areaCode
;
@XText
(
"年份"
)
private
Integer
strategyYear
;
private
String
strategyYear
;
@XText
(
"是否固定电价(0_是;1_否)"
)
private
Integer
isFixedPrice
;
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/DynamicQueryBasePriceStrategyViewOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
DynamicQueryBasePriceStrategyViewOutput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"策略名称"
)
private
String
policyName
;
@XText
(
"适用地区编码"
)
private
String
areaCode
;
@XText
(
"年份"
)
private
Integer
strategyYear
;
@XText
(
"是否固定电价(0_是;1_否)"
)
private
Integer
isFixedPrice
;
@XText
(
"固定电价"
)
private
BigDecimal
fixedElectricityPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getPolicyName
()
{
return
this
.
policyName
;
}
public
void
setPolicyName
(
String
value
)
{
this
.
policyName
=
value
;
}
public
String
getAreaCode
()
{
return
this
.
areaCode
;
}
public
void
setAreaCode
(
String
value
)
{
this
.
areaCode
=
value
;
}
public
Integer
getStrategyYear
()
{
return
this
.
strategyYear
;
}
public
void
setStrategyYear
(
Integer
value
)
{
this
.
strategyYear
=
value
;
}
public
Integer
getIsFixedPrice
()
{
return
this
.
isFixedPrice
;
}
public
void
setIsFixedPrice
(
Integer
value
)
{
this
.
isFixedPrice
=
value
;
}
public
BigDecimal
getFixedElectricityPrice
()
{
return
this
.
fixedElectricityPrice
;
}
public
void
setFixedElectricityPrice
(
BigDecimal
value
)
{
this
.
fixedElectricityPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/GetBasePriceStrategyInput.java
View file @
835585e0
...
...
@@ -45,10 +45,10 @@ public class GetBasePriceStrategyInput {
private
String
policyName
;
@XText
(
"适用地区编码"
)
private
String
areaCode
;
private
Integer
areaCode
;
@XText
(
"年份"
)
private
Integer
strategyYear
;
private
String
strategyYear
;
@XText
(
"是否固定电价(0_是;1_否)"
)
private
Integer
isFixedPrice
;
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/GetBasePriceStrategyOutput.java
View file @
835585e0
...
...
@@ -23,10 +23,10 @@ public class GetBasePriceStrategyOutput {
private
String
policyName
;
@XText
(
"适用地区编码"
)
private
String
areaCode
;
private
Integer
areaCode
;
@XText
(
"年份"
)
private
Integer
strategyYear
;
private
String
strategyYear
;
@XText
(
"是否固定电价(0_是;1_否)"
)
private
Integer
isFixedPrice
;
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/GetBasePriceStrategyViewInput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
GetBasePriceStrategyViewInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"策略名称"
)
private
String
policyName
;
@XText
(
"适用地区编码"
)
private
String
areaCode
;
@XText
(
"年份"
)
private
Integer
strategyYear
;
@XText
(
"是否固定电价(0_是;1_否)"
)
private
Integer
isFixedPrice
;
@XText
(
"固定电价"
)
private
BigDecimal
fixedElectricityPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getPolicyName
()
{
return
this
.
policyName
;
}
public
void
setPolicyName
(
String
value
)
{
this
.
policyName
=
value
;
}
public
String
getAreaCode
()
{
return
this
.
areaCode
;
}
public
void
setAreaCode
(
String
value
)
{
this
.
areaCode
=
value
;
}
public
Integer
getStrategyYear
()
{
return
this
.
strategyYear
;
}
public
void
setStrategyYear
(
Integer
value
)
{
this
.
strategyYear
=
value
;
}
public
Integer
getIsFixedPrice
()
{
return
this
.
isFixedPrice
;
}
public
void
setIsFixedPrice
(
Integer
value
)
{
this
.
isFixedPrice
=
value
;
}
public
BigDecimal
getFixedElectricityPrice
()
{
return
this
.
fixedElectricityPrice
;
}
public
void
setFixedElectricityPrice
(
BigDecimal
value
)
{
this
.
fixedElectricityPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/GetBasePriceStrategyViewOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
GetBasePriceStrategyViewOutput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"策略名称"
)
private
String
policyName
;
@XText
(
"适用地区编码"
)
private
String
areaCode
;
@XText
(
"年份"
)
private
Integer
strategyYear
;
@XText
(
"是否固定电价(0_是;1_否)"
)
private
Integer
isFixedPrice
;
@XText
(
"固定电价"
)
private
BigDecimal
fixedElectricityPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getPolicyName
()
{
return
this
.
policyName
;
}
public
void
setPolicyName
(
String
value
)
{
this
.
policyName
=
value
;
}
public
String
getAreaCode
()
{
return
this
.
areaCode
;
}
public
void
setAreaCode
(
String
value
)
{
this
.
areaCode
=
value
;
}
public
Integer
getStrategyYear
()
{
return
this
.
strategyYear
;
}
public
void
setStrategyYear
(
Integer
value
)
{
this
.
strategyYear
=
value
;
}
public
Integer
getIsFixedPrice
()
{
return
this
.
isFixedPrice
;
}
public
void
setIsFixedPrice
(
Integer
value
)
{
this
.
isFixedPrice
=
value
;
}
public
BigDecimal
getFixedElectricityPrice
()
{
return
this
.
fixedElectricityPrice
;
}
public
void
setFixedElectricityPrice
(
BigDecimal
value
)
{
this
.
fixedElectricityPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/QueryBasePriceStrategyInput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
import
xstartup.base.data.XPageInput
;
public
class
QueryBasePriceStrategyInput
extends
XPageInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"策略名称"
)
private
String
policyName
;
@XText
(
"适用地区编码"
)
private
String
areaCode
;
@XText
(
"年份"
)
private
Integer
strategyYear
;
@XText
(
"是否固定电价(0_是;1_否)"
)
private
Integer
isFixedPrice
;
@XText
(
"固定电价"
)
private
BigDecimal
fixedElectricityPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getPolicyName
()
{
return
this
.
policyName
;
}
public
void
setPolicyName
(
String
value
)
{
this
.
policyName
=
value
;
}
public
String
getAreaCode
()
{
return
this
.
areaCode
;
}
public
void
setAreaCode
(
String
value
)
{
this
.
areaCode
=
value
;
}
public
Integer
getStrategyYear
()
{
return
this
.
strategyYear
;
}
public
void
setStrategyYear
(
Integer
value
)
{
this
.
strategyYear
=
value
;
}
public
Integer
getIsFixedPrice
()
{
return
this
.
isFixedPrice
;
}
public
void
setIsFixedPrice
(
Integer
value
)
{
this
.
isFixedPrice
=
value
;
}
public
BigDecimal
getFixedElectricityPrice
()
{
return
this
.
fixedElectricityPrice
;
}
public
void
setFixedElectricityPrice
(
BigDecimal
value
)
{
this
.
fixedElectricityPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/QueryBasePriceStrategyOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
import
xstartup.base.data.XPageInput
;
public
class
QueryBasePriceStrategyOutput
extends
XPageInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"策略名称"
)
private
String
policyName
;
@XText
(
"适用地区编码"
)
private
String
areaCode
;
@XText
(
"年份"
)
private
Integer
strategyYear
;
@XText
(
"是否固定电价(0_是;1_否)"
)
private
Integer
isFixedPrice
;
@XText
(
"固定电价"
)
private
BigDecimal
fixedElectricityPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getPolicyName
()
{
return
this
.
policyName
;
}
public
void
setPolicyName
(
String
value
)
{
this
.
policyName
=
value
;
}
public
String
getAreaCode
()
{
return
this
.
areaCode
;
}
public
void
setAreaCode
(
String
value
)
{
this
.
areaCode
=
value
;
}
public
Integer
getStrategyYear
()
{
return
this
.
strategyYear
;
}
public
void
setStrategyYear
(
Integer
value
)
{
this
.
strategyYear
=
value
;
}
public
Integer
getIsFixedPrice
()
{
return
this
.
isFixedPrice
;
}
public
void
setIsFixedPrice
(
Integer
value
)
{
this
.
isFixedPrice
=
value
;
}
public
BigDecimal
getFixedElectricityPrice
()
{
return
this
.
fixedElectricityPrice
;
}
public
void
setFixedElectricityPrice
(
BigDecimal
value
)
{
this
.
fixedElectricityPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/QueryBasePriceStrategyViewInput.java
View file @
835585e0
package
pps.core.base.service.data.base_price_strategy
;
import
lombok.Data
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
import
xstartup.base.data.XPageInput
;
import
java.math.BigDecimal
;
import
java.util.Date
;
/**
* 市电峰谷策略
*
* @author ZWT
* @date 2023/08/31
*/
@Data
public
class
QueryBasePriceStrategyViewInput
extends
XPageInput
{
@XText
(
"ID"
)
private
String
id
;
...
...
@@ -44,109 +53,4 @@ public class QueryBasePriceStrategyViewInput extends XPageInput {
@XText
(
"固定电价"
)
private
BigDecimal
fixedElectricityPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getPolicyName
()
{
return
this
.
policyName
;
}
public
void
setPolicyName
(
String
value
)
{
this
.
policyName
=
value
;
}
public
String
getAreaCode
()
{
return
this
.
areaCode
;
}
public
void
setAreaCode
(
String
value
)
{
this
.
areaCode
=
value
;
}
public
Integer
getStrategyYear
()
{
return
this
.
strategyYear
;
}
public
void
setStrategyYear
(
Integer
value
)
{
this
.
strategyYear
=
value
;
}
public
Integer
getIsFixedPrice
()
{
return
this
.
isFixedPrice
;
}
public
void
setIsFixedPrice
(
Integer
value
)
{
this
.
isFixedPrice
=
value
;
}
public
BigDecimal
getFixedElectricityPrice
()
{
return
this
.
fixedElectricityPrice
;
}
public
void
setFixedElectricityPrice
(
BigDecimal
value
)
{
this
.
fixedElectricityPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/QueryBasePriceStrategyViewOutput.java
View file @
835585e0
...
...
@@ -21,10 +21,10 @@ public class QueryBasePriceStrategyViewOutput extends XPageInput {
private
String
policyName
;
@XText
(
"适用地区编码"
)
private
String
areaCode
;
private
Integer
areaCode
;
@XText
(
"年份"
)
private
Integer
strategyYear
;
private
String
strategyYear
;
@XText
(
"是否固定电价(0_是;1_否)"
)
private
Integer
isFixedPrice
;
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/UpdateBasePriceStrategyInput.java
View file @
835585e0
...
...
@@ -26,10 +26,10 @@ public class UpdateBasePriceStrategyInput {
private
String
policyName
;
@XText
(
"适用地区编码"
)
private
String
areaCode
;
private
Integer
areaCode
;
@XText
(
"年份"
)
private
Integer
strategyYear
;
private
String
strategyYear
;
@XText
(
"是否固定电价(0_是;1_否)"
)
private
Integer
isFixedPrice
;
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy/UpdateBasePriceStrategyOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
UpdateBasePriceStrategyOutput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"策略名称"
)
private
String
policyName
;
@XText
(
"适用地区编码"
)
private
String
areaCode
;
@XText
(
"年份"
)
private
Integer
strategyYear
;
@XText
(
"是否固定电价(0_是;1_否)"
)
private
Integer
isFixedPrice
;
@XText
(
"固定电价"
)
private
BigDecimal
fixedElectricityPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getPolicyName
()
{
return
this
.
policyName
;
}
public
void
setPolicyName
(
String
value
)
{
this
.
policyName
=
value
;
}
public
String
getAreaCode
()
{
return
this
.
areaCode
;
}
public
void
setAreaCode
(
String
value
)
{
this
.
areaCode
=
value
;
}
public
Integer
getStrategyYear
()
{
return
this
.
strategyYear
;
}
public
void
setStrategyYear
(
Integer
value
)
{
this
.
strategyYear
=
value
;
}
public
Integer
getIsFixedPrice
()
{
return
this
.
isFixedPrice
;
}
public
void
setIsFixedPrice
(
Integer
value
)
{
this
.
isFixedPrice
=
value
;
}
public
BigDecimal
getFixedElectricityPrice
()
{
return
this
.
fixedElectricityPrice
;
}
public
void
setFixedElectricityPrice
(
BigDecimal
value
)
{
this
.
fixedElectricityPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/CreateBasePriceStrategyDetailInput.java
View file @
835585e0
...
...
@@ -6,7 +6,6 @@ import lombok.Data;
import
xstartup.annotation.XText
;
import
java.math.BigDecimal
;
import
java.util.Date
;
/**
* 策略明细入参
...
...
@@ -18,7 +17,7 @@ import java.util.Date;
public
class
CreateBasePriceStrategyDetailInput
{
@XText
(
"市电峰谷月"
)
private
Integer
strategyMonth
;
private
String
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
@NotBlank
(
message
=
"时段类型不能为空"
)
...
...
@@ -26,11 +25,11 @@ public class CreateBasePriceStrategyDetailInput {
@XText
(
"开始时间"
)
@NotNull
(
message
=
"开始时间不能为空"
)
private
Date
startTime
;
private
String
startTime
;
@XText
(
"结束时间"
)
@NotNull
(
message
=
"结束时间不能为空"
)
private
Date
endTime
;
private
String
endTime
;
@XText
(
"电价"
)
private
BigDecimal
electrovalence
;
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/CreateBasePriceStrategyDetailOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_detail
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
CreateBasePriceStrategyDetailOutput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月"
)
private
Integer
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
private
String
periodTypeKey
;
@XText
(
"开始时间"
)
private
Date
startTime
;
@XText
(
"结束时间"
)
private
Date
endTime
;
@XText
(
"电价"
)
private
BigDecimal
electrovalence
;
@XText
(
"内部结算价"
)
private
BigDecimal
internalSettlementPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
public
String
getPeriodTypeKey
()
{
return
this
.
periodTypeKey
;
}
public
void
setPeriodTypeKey
(
String
value
)
{
this
.
periodTypeKey
=
value
;
}
public
Date
getStartTime
()
{
return
this
.
startTime
;
}
public
void
setStartTime
(
Date
value
)
{
this
.
startTime
=
value
;
}
public
Date
getEndTime
()
{
return
this
.
endTime
;
}
public
void
setEndTime
(
Date
value
)
{
this
.
endTime
=
value
;
}
public
BigDecimal
getElectrovalence
()
{
return
this
.
electrovalence
;
}
public
void
setElectrovalence
(
BigDecimal
value
)
{
this
.
electrovalence
=
value
;
}
public
BigDecimal
getInternalSettlementPrice
()
{
return
this
.
internalSettlementPrice
;
}
public
void
setInternalSettlementPrice
(
BigDecimal
value
)
{
this
.
internalSettlementPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/DeleteBasePriceStrategyDetailInput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_detail
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
DeleteBasePriceStrategyDetailInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月"
)
private
Integer
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
private
String
periodTypeKey
;
@XText
(
"开始时间"
)
private
Date
startTime
;
@XText
(
"结束时间"
)
private
Date
endTime
;
@XText
(
"电价"
)
private
BigDecimal
electrovalence
;
@XText
(
"内部结算价"
)
private
BigDecimal
internalSettlementPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
public
String
getPeriodTypeKey
()
{
return
this
.
periodTypeKey
;
}
public
void
setPeriodTypeKey
(
String
value
)
{
this
.
periodTypeKey
=
value
;
}
public
Date
getStartTime
()
{
return
this
.
startTime
;
}
public
void
setStartTime
(
Date
value
)
{
this
.
startTime
=
value
;
}
public
Date
getEndTime
()
{
return
this
.
endTime
;
}
public
void
setEndTime
(
Date
value
)
{
this
.
endTime
=
value
;
}
public
BigDecimal
getElectrovalence
()
{
return
this
.
electrovalence
;
}
public
void
setElectrovalence
(
BigDecimal
value
)
{
this
.
electrovalence
=
value
;
}
public
BigDecimal
getInternalSettlementPrice
()
{
return
this
.
internalSettlementPrice
;
}
public
void
setInternalSettlementPrice
(
BigDecimal
value
)
{
this
.
internalSettlementPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/DeleteBasePriceStrategyDetailOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_detail
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
DeleteBasePriceStrategyDetailOutput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月"
)
private
Integer
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
private
String
periodTypeKey
;
@XText
(
"开始时间"
)
private
Date
startTime
;
@XText
(
"结束时间"
)
private
Date
endTime
;
@XText
(
"电价"
)
private
BigDecimal
electrovalence
;
@XText
(
"内部结算价"
)
private
BigDecimal
internalSettlementPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
public
String
getPeriodTypeKey
()
{
return
this
.
periodTypeKey
;
}
public
void
setPeriodTypeKey
(
String
value
)
{
this
.
periodTypeKey
=
value
;
}
public
Date
getStartTime
()
{
return
this
.
startTime
;
}
public
void
setStartTime
(
Date
value
)
{
this
.
startTime
=
value
;
}
public
Date
getEndTime
()
{
return
this
.
endTime
;
}
public
void
setEndTime
(
Date
value
)
{
this
.
endTime
=
value
;
}
public
BigDecimal
getElectrovalence
()
{
return
this
.
electrovalence
;
}
public
void
setElectrovalence
(
BigDecimal
value
)
{
this
.
electrovalence
=
value
;
}
public
BigDecimal
getInternalSettlementPrice
()
{
return
this
.
internalSettlementPrice
;
}
public
void
setInternalSettlementPrice
(
BigDecimal
value
)
{
this
.
internalSettlementPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/DynamicQueryBasePriceStrategyDetailInput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_detail
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
DynamicQueryBasePriceStrategyDetailInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月"
)
private
Integer
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
private
String
periodTypeKey
;
@XText
(
"开始时间"
)
private
Date
startTime
;
@XText
(
"结束时间"
)
private
Date
endTime
;
@XText
(
"电价"
)
private
BigDecimal
electrovalence
;
@XText
(
"内部结算价"
)
private
BigDecimal
internalSettlementPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
public
String
getPeriodTypeKey
()
{
return
this
.
periodTypeKey
;
}
public
void
setPeriodTypeKey
(
String
value
)
{
this
.
periodTypeKey
=
value
;
}
public
Date
getStartTime
()
{
return
this
.
startTime
;
}
public
void
setStartTime
(
Date
value
)
{
this
.
startTime
=
value
;
}
public
Date
getEndTime
()
{
return
this
.
endTime
;
}
public
void
setEndTime
(
Date
value
)
{
this
.
endTime
=
value
;
}
public
BigDecimal
getElectrovalence
()
{
return
this
.
electrovalence
;
}
public
void
setElectrovalence
(
BigDecimal
value
)
{
this
.
electrovalence
=
value
;
}
public
BigDecimal
getInternalSettlementPrice
()
{
return
this
.
internalSettlementPrice
;
}
public
void
setInternalSettlementPrice
(
BigDecimal
value
)
{
this
.
internalSettlementPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/DynamicQueryBasePriceStrategyDetailOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_detail
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
DynamicQueryBasePriceStrategyDetailOutput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月"
)
private
Integer
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
private
String
periodTypeKey
;
@XText
(
"开始时间"
)
private
Date
startTime
;
@XText
(
"结束时间"
)
private
Date
endTime
;
@XText
(
"电价"
)
private
BigDecimal
electrovalence
;
@XText
(
"内部结算价"
)
private
BigDecimal
internalSettlementPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
public
String
getPeriodTypeKey
()
{
return
this
.
periodTypeKey
;
}
public
void
setPeriodTypeKey
(
String
value
)
{
this
.
periodTypeKey
=
value
;
}
public
Date
getStartTime
()
{
return
this
.
startTime
;
}
public
void
setStartTime
(
Date
value
)
{
this
.
startTime
=
value
;
}
public
Date
getEndTime
()
{
return
this
.
endTime
;
}
public
void
setEndTime
(
Date
value
)
{
this
.
endTime
=
value
;
}
public
BigDecimal
getElectrovalence
()
{
return
this
.
electrovalence
;
}
public
void
setElectrovalence
(
BigDecimal
value
)
{
this
.
electrovalence
=
value
;
}
public
BigDecimal
getInternalSettlementPrice
()
{
return
this
.
internalSettlementPrice
;
}
public
void
setInternalSettlementPrice
(
BigDecimal
value
)
{
this
.
internalSettlementPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/DynamicQueryBasePriceStrategyDetailViewOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_detail
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
DynamicQueryBasePriceStrategyDetailViewOutput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月"
)
private
Integer
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
private
String
periodTypeKey
;
@XText
(
"开始时间"
)
private
Date
startTime
;
@XText
(
"结束时间"
)
private
Date
endTime
;
@XText
(
"电价"
)
private
BigDecimal
electrovalence
;
@XText
(
"内部结算价"
)
private
BigDecimal
internalSettlementPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
public
String
getPeriodTypeKey
()
{
return
this
.
periodTypeKey
;
}
public
void
setPeriodTypeKey
(
String
value
)
{
this
.
periodTypeKey
=
value
;
}
public
Date
getStartTime
()
{
return
this
.
startTime
;
}
public
void
setStartTime
(
Date
value
)
{
this
.
startTime
=
value
;
}
public
Date
getEndTime
()
{
return
this
.
endTime
;
}
public
void
setEndTime
(
Date
value
)
{
this
.
endTime
=
value
;
}
public
BigDecimal
getElectrovalence
()
{
return
this
.
electrovalence
;
}
public
void
setElectrovalence
(
BigDecimal
value
)
{
this
.
electrovalence
=
value
;
}
public
BigDecimal
getInternalSettlementPrice
()
{
return
this
.
internalSettlementPrice
;
}
public
void
setInternalSettlementPrice
(
BigDecimal
value
)
{
this
.
internalSettlementPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/GetBasePriceStrategyDetailInput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_detail
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
GetBasePriceStrategyDetailInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月"
)
private
Integer
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
private
String
periodTypeKey
;
@XText
(
"开始时间"
)
private
Date
startTime
;
@XText
(
"结束时间"
)
private
Date
endTime
;
@XText
(
"电价"
)
private
BigDecimal
electrovalence
;
@XText
(
"内部结算价"
)
private
BigDecimal
internalSettlementPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
public
String
getPeriodTypeKey
()
{
return
this
.
periodTypeKey
;
}
public
void
setPeriodTypeKey
(
String
value
)
{
this
.
periodTypeKey
=
value
;
}
public
Date
getStartTime
()
{
return
this
.
startTime
;
}
public
void
setStartTime
(
Date
value
)
{
this
.
startTime
=
value
;
}
public
Date
getEndTime
()
{
return
this
.
endTime
;
}
public
void
setEndTime
(
Date
value
)
{
this
.
endTime
=
value
;
}
public
BigDecimal
getElectrovalence
()
{
return
this
.
electrovalence
;
}
public
void
setElectrovalence
(
BigDecimal
value
)
{
this
.
electrovalence
=
value
;
}
public
BigDecimal
getInternalSettlementPrice
()
{
return
this
.
internalSettlementPrice
;
}
public
void
setInternalSettlementPrice
(
BigDecimal
value
)
{
this
.
internalSettlementPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/GetBasePriceStrategyDetailOutput.java
View file @
835585e0
...
...
@@ -4,7 +4,6 @@ import lombok.Data;
import
xstartup.annotation.XText
;
import
java.math.BigDecimal
;
import
java.util.Date
;
/**
* 明细
...
...
@@ -16,16 +15,16 @@ import java.util.Date;
public
class
GetBasePriceStrategyDetailOutput
{
@XText
(
"市电峰谷月"
)
private
Integer
strategyMonth
;
private
String
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
private
String
periodTypeKey
;
@XText
(
"开始时间"
)
private
Date
startTime
;
private
String
startTime
;
@XText
(
"结束时间"
)
private
Date
endTime
;
private
String
endTime
;
@XText
(
"电价"
)
private
BigDecimal
electrovalence
;
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/GetBasePriceStrategyDetailViewInput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_detail
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
GetBasePriceStrategyDetailViewInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月"
)
private
Integer
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
private
String
periodTypeKey
;
@XText
(
"开始时间"
)
private
Date
startTime
;
@XText
(
"结束时间"
)
private
Date
endTime
;
@XText
(
"电价"
)
private
BigDecimal
electrovalence
;
@XText
(
"内部结算价"
)
private
BigDecimal
internalSettlementPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
public
String
getPeriodTypeKey
()
{
return
this
.
periodTypeKey
;
}
public
void
setPeriodTypeKey
(
String
value
)
{
this
.
periodTypeKey
=
value
;
}
public
Date
getStartTime
()
{
return
this
.
startTime
;
}
public
void
setStartTime
(
Date
value
)
{
this
.
startTime
=
value
;
}
public
Date
getEndTime
()
{
return
this
.
endTime
;
}
public
void
setEndTime
(
Date
value
)
{
this
.
endTime
=
value
;
}
public
BigDecimal
getElectrovalence
()
{
return
this
.
electrovalence
;
}
public
void
setElectrovalence
(
BigDecimal
value
)
{
this
.
electrovalence
=
value
;
}
public
BigDecimal
getInternalSettlementPrice
()
{
return
this
.
internalSettlementPrice
;
}
public
void
setInternalSettlementPrice
(
BigDecimal
value
)
{
this
.
internalSettlementPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/GetBasePriceStrategyDetailViewOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_detail
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
GetBasePriceStrategyDetailViewOutput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月"
)
private
Integer
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
private
String
periodTypeKey
;
@XText
(
"开始时间"
)
private
Date
startTime
;
@XText
(
"结束时间"
)
private
Date
endTime
;
@XText
(
"电价"
)
private
BigDecimal
electrovalence
;
@XText
(
"内部结算价"
)
private
BigDecimal
internalSettlementPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
public
String
getPeriodTypeKey
()
{
return
this
.
periodTypeKey
;
}
public
void
setPeriodTypeKey
(
String
value
)
{
this
.
periodTypeKey
=
value
;
}
public
Date
getStartTime
()
{
return
this
.
startTime
;
}
public
void
setStartTime
(
Date
value
)
{
this
.
startTime
=
value
;
}
public
Date
getEndTime
()
{
return
this
.
endTime
;
}
public
void
setEndTime
(
Date
value
)
{
this
.
endTime
=
value
;
}
public
BigDecimal
getElectrovalence
()
{
return
this
.
electrovalence
;
}
public
void
setElectrovalence
(
BigDecimal
value
)
{
this
.
electrovalence
=
value
;
}
public
BigDecimal
getInternalSettlementPrice
()
{
return
this
.
internalSettlementPrice
;
}
public
void
setInternalSettlementPrice
(
BigDecimal
value
)
{
this
.
internalSettlementPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/QueryBasePriceStrategyDetailInput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_detail
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
import
xstartup.base.data.XPageInput
;
public
class
QueryBasePriceStrategyDetailInput
extends
XPageInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月"
)
private
Integer
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
private
String
periodTypeKey
;
@XText
(
"开始时间"
)
private
Date
startTime
;
@XText
(
"结束时间"
)
private
Date
endTime
;
@XText
(
"电价"
)
private
BigDecimal
electrovalence
;
@XText
(
"内部结算价"
)
private
BigDecimal
internalSettlementPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
public
String
getPeriodTypeKey
()
{
return
this
.
periodTypeKey
;
}
public
void
setPeriodTypeKey
(
String
value
)
{
this
.
periodTypeKey
=
value
;
}
public
Date
getStartTime
()
{
return
this
.
startTime
;
}
public
void
setStartTime
(
Date
value
)
{
this
.
startTime
=
value
;
}
public
Date
getEndTime
()
{
return
this
.
endTime
;
}
public
void
setEndTime
(
Date
value
)
{
this
.
endTime
=
value
;
}
public
BigDecimal
getElectrovalence
()
{
return
this
.
electrovalence
;
}
public
void
setElectrovalence
(
BigDecimal
value
)
{
this
.
electrovalence
=
value
;
}
public
BigDecimal
getInternalSettlementPrice
()
{
return
this
.
internalSettlementPrice
;
}
public
void
setInternalSettlementPrice
(
BigDecimal
value
)
{
this
.
internalSettlementPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/QueryBasePriceStrategyDetailOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_detail
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
import
xstartup.base.data.XPageInput
;
public
class
QueryBasePriceStrategyDetailOutput
extends
XPageInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月"
)
private
Integer
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
private
String
periodTypeKey
;
@XText
(
"开始时间"
)
private
Date
startTime
;
@XText
(
"结束时间"
)
private
Date
endTime
;
@XText
(
"电价"
)
private
BigDecimal
electrovalence
;
@XText
(
"内部结算价"
)
private
BigDecimal
internalSettlementPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
public
String
getPeriodTypeKey
()
{
return
this
.
periodTypeKey
;
}
public
void
setPeriodTypeKey
(
String
value
)
{
this
.
periodTypeKey
=
value
;
}
public
Date
getStartTime
()
{
return
this
.
startTime
;
}
public
void
setStartTime
(
Date
value
)
{
this
.
startTime
=
value
;
}
public
Date
getEndTime
()
{
return
this
.
endTime
;
}
public
void
setEndTime
(
Date
value
)
{
this
.
endTime
=
value
;
}
public
BigDecimal
getElectrovalence
()
{
return
this
.
electrovalence
;
}
public
void
setElectrovalence
(
BigDecimal
value
)
{
this
.
electrovalence
=
value
;
}
public
BigDecimal
getInternalSettlementPrice
()
{
return
this
.
internalSettlementPrice
;
}
public
void
setInternalSettlementPrice
(
BigDecimal
value
)
{
this
.
internalSettlementPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/QueryBasePriceStrategyDetailViewInput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_detail
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
import
xstartup.base.data.XPageInput
;
public
class
QueryBasePriceStrategyDetailViewInput
extends
XPageInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月"
)
private
Integer
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
private
String
periodTypeKey
;
@XText
(
"开始时间"
)
private
Date
startTime
;
@XText
(
"结束时间"
)
private
Date
endTime
;
@XText
(
"电价"
)
private
BigDecimal
electrovalence
;
@XText
(
"内部结算价"
)
private
BigDecimal
internalSettlementPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
public
String
getPeriodTypeKey
()
{
return
this
.
periodTypeKey
;
}
public
void
setPeriodTypeKey
(
String
value
)
{
this
.
periodTypeKey
=
value
;
}
public
Date
getStartTime
()
{
return
this
.
startTime
;
}
public
void
setStartTime
(
Date
value
)
{
this
.
startTime
=
value
;
}
public
Date
getEndTime
()
{
return
this
.
endTime
;
}
public
void
setEndTime
(
Date
value
)
{
this
.
endTime
=
value
;
}
public
BigDecimal
getElectrovalence
()
{
return
this
.
electrovalence
;
}
public
void
setElectrovalence
(
BigDecimal
value
)
{
this
.
electrovalence
=
value
;
}
public
BigDecimal
getInternalSettlementPrice
()
{
return
this
.
internalSettlementPrice
;
}
public
void
setInternalSettlementPrice
(
BigDecimal
value
)
{
this
.
internalSettlementPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/QueryBasePriceStrategyDetailViewOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_detail
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
import
xstartup.base.data.XPageInput
;
public
class
QueryBasePriceStrategyDetailViewOutput
extends
XPageInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月"
)
private
Integer
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
private
String
periodTypeKey
;
@XText
(
"开始时间"
)
private
Date
startTime
;
@XText
(
"结束时间"
)
private
Date
endTime
;
@XText
(
"电价"
)
private
BigDecimal
electrovalence
;
@XText
(
"内部结算价"
)
private
BigDecimal
internalSettlementPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
public
String
getPeriodTypeKey
()
{
return
this
.
periodTypeKey
;
}
public
void
setPeriodTypeKey
(
String
value
)
{
this
.
periodTypeKey
=
value
;
}
public
Date
getStartTime
()
{
return
this
.
startTime
;
}
public
void
setStartTime
(
Date
value
)
{
this
.
startTime
=
value
;
}
public
Date
getEndTime
()
{
return
this
.
endTime
;
}
public
void
setEndTime
(
Date
value
)
{
this
.
endTime
=
value
;
}
public
BigDecimal
getElectrovalence
()
{
return
this
.
electrovalence
;
}
public
void
setElectrovalence
(
BigDecimal
value
)
{
this
.
electrovalence
=
value
;
}
public
BigDecimal
getInternalSettlementPrice
()
{
return
this
.
internalSettlementPrice
;
}
public
void
setInternalSettlementPrice
(
BigDecimal
value
)
{
this
.
internalSettlementPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/UpdateBasePriceStrategyDetailInput.java
View file @
835585e0
...
...
@@ -4,7 +4,6 @@ import lombok.Data;
import
xstartup.annotation.XText
;
import
java.math.BigDecimal
;
import
java.util.Date
;
/**
* 策略明细入参
...
...
@@ -19,10 +18,10 @@ public class UpdateBasePriceStrategyDetailInput {
private
String
periodTypeKey
;
@XText
(
"开始时间"
)
private
Date
startTime
;
private
String
startTime
;
@XText
(
"结束时间"
)
private
Date
endTime
;
private
String
endTime
;
@XText
(
"电价"
)
private
BigDecimal
electrovalence
;
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_detail/UpdateBasePriceStrategyDetailOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_detail
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
UpdateBasePriceStrategyDetailOutput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月"
)
private
Integer
strategyMonth
;
@XText
(
"时段类型key(字典获取)"
)
private
String
periodTypeKey
;
@XText
(
"开始时间"
)
private
Date
startTime
;
@XText
(
"结束时间"
)
private
Date
endTime
;
@XText
(
"电价"
)
private
BigDecimal
electrovalence
;
@XText
(
"内部结算价"
)
private
BigDecimal
internalSettlementPrice
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
public
String
getPeriodTypeKey
()
{
return
this
.
periodTypeKey
;
}
public
void
setPeriodTypeKey
(
String
value
)
{
this
.
periodTypeKey
=
value
;
}
public
Date
getStartTime
()
{
return
this
.
startTime
;
}
public
void
setStartTime
(
Date
value
)
{
this
.
startTime
=
value
;
}
public
Date
getEndTime
()
{
return
this
.
endTime
;
}
public
void
setEndTime
(
Date
value
)
{
this
.
endTime
=
value
;
}
public
BigDecimal
getElectrovalence
()
{
return
this
.
electrovalence
;
}
public
void
setElectrovalence
(
BigDecimal
value
)
{
this
.
electrovalence
=
value
;
}
public
BigDecimal
getInternalSettlementPrice
()
{
return
this
.
internalSettlementPrice
;
}
public
void
setInternalSettlementPrice
(
BigDecimal
value
)
{
this
.
internalSettlementPrice
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/CreateBasePriceStrategyMonthInput.java
View file @
835585e0
...
...
@@ -19,7 +19,7 @@ public class CreateBasePriceStrategyMonthInput {
@XText
(
"市电峰谷月(1-12)"
)
@NotNull
(
message
=
"月份不能为空"
)
private
Integer
strategyMonth
;
private
String
strategyMonth
;
/**
* 策略明细入参
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/CreateBasePriceStrategyMonthOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_month
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
CreateBasePriceStrategyMonthOutput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月(1-12)"
)
private
Integer
strategyMonth
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/DeleteBasePriceStrategyMonthInput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_month
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
DeleteBasePriceStrategyMonthInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月(1-12)"
)
private
Integer
strategyMonth
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/DeleteBasePriceStrategyMonthOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_month
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
DeleteBasePriceStrategyMonthOutput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月(1-12)"
)
private
Integer
strategyMonth
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/DynamicQueryBasePriceStrategyMonthInput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_month
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
DynamicQueryBasePriceStrategyMonthInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月(1-12)"
)
private
Integer
strategyMonth
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/DynamicQueryBasePriceStrategyMonthOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_month
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
DynamicQueryBasePriceStrategyMonthOutput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月(1-12)"
)
private
Integer
strategyMonth
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/DynamicQueryBasePriceStrategyMonthViewOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_month
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
DynamicQueryBasePriceStrategyMonthViewOutput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月(1-12)"
)
private
Integer
strategyMonth
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/GetBasePriceStrategyMonthInput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_month
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
GetBasePriceStrategyMonthInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月(1-12)"
)
private
Integer
strategyMonth
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/GetBasePriceStrategyMonthOutput.java
View file @
835585e0
...
...
@@ -19,7 +19,7 @@ public class GetBasePriceStrategyMonthOutput {
private
String
id
;
@XText
(
"市电峰谷月(1-12)"
)
private
Integer
strategyMonth
;
private
String
strategyMonth
;
/**
* 明细
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/GetBasePriceStrategyMonthViewInput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_month
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
GetBasePriceStrategyMonthViewInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月(1-12)"
)
private
Integer
strategyMonth
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/GetBasePriceStrategyMonthViewOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_month
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
GetBasePriceStrategyMonthViewOutput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月(1-12)"
)
private
Integer
strategyMonth
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/QueryBasePriceStrategyMonthInput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_month
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
import
xstartup.base.data.XPageInput
;
public
class
QueryBasePriceStrategyMonthInput
extends
XPageInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月(1-12)"
)
private
Integer
strategyMonth
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/QueryBasePriceStrategyMonthOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_month
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
import
xstartup.base.data.XPageInput
;
public
class
QueryBasePriceStrategyMonthOutput
extends
XPageInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月(1-12)"
)
private
Integer
strategyMonth
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/QueryBasePriceStrategyMonthViewInput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_month
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
import
xstartup.base.data.XPageInput
;
public
class
QueryBasePriceStrategyMonthViewInput
extends
XPageInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月(1-12)"
)
private
Integer
strategyMonth
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/QueryBasePriceStrategyMonthViewOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_month
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
import
xstartup.base.data.XPageInput
;
public
class
QueryBasePriceStrategyMonthViewOutput
extends
XPageInput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月(1-12)"
)
private
Integer
strategyMonth
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/UpdateBasePriceStrategyMonthInput.java
View file @
835585e0
...
...
@@ -19,7 +19,7 @@ public class UpdateBasePriceStrategyMonthInput {
@XText
(
"市电峰谷月(1-12)"
)
@NotNull
(
message
=
"月份不能为空"
)
private
Integer
strategyMonth
;
private
String
strategyMonth
;
/**
* 策略明细入参
...
...
C09-base/pps-core-base/src/main/java/pps/core/base/service/data/base_price_strategy_month/UpdateBasePriceStrategyMonthOutput.java
deleted
100644 → 0
View file @
4a327aac
package
pps.core.base.service.data.base_price_strategy_month
;
import
xstartup.annotation.XText
;
import
java.util.Date
;
import
java.math.BigDecimal
;
public
class
UpdateBasePriceStrategyMonthOutput
{
@XText
(
"ID"
)
private
String
id
;
@XText
(
"是否删除(0_是;1_否)"
)
private
Integer
isDeleted
;
@XText
(
"创建人ID"
)
private
String
createById
;
@XText
(
"创建人名称"
)
private
String
createByName
;
@XText
(
"创建时间"
)
private
Date
createTime
;
@XText
(
"修改人ID"
)
private
String
modifyById
;
@XText
(
"修改人名称"
)
private
String
modifyByName
;
@XText
(
"修改时间"
)
private
Date
modifyTime
;
@XText
(
"市电峰谷配置ID"
)
private
String
strategyId
;
@XText
(
"市电峰谷月(1-12)"
)
private
Integer
strategyMonth
;
public
String
getId
()
{
return
this
.
id
;
}
public
void
setId
(
String
value
)
{
this
.
id
=
value
;
}
public
Integer
getIsDeleted
()
{
return
this
.
isDeleted
;
}
public
void
setIsDeleted
(
Integer
value
)
{
this
.
isDeleted
=
value
;
}
public
String
getCreateById
()
{
return
this
.
createById
;
}
public
void
setCreateById
(
String
value
)
{
this
.
createById
=
value
;
}
public
String
getCreateByName
()
{
return
this
.
createByName
;
}
public
void
setCreateByName
(
String
value
)
{
this
.
createByName
=
value
;
}
public
Date
getCreateTime
()
{
return
this
.
createTime
;
}
public
void
setCreateTime
(
Date
value
)
{
this
.
createTime
=
value
;
}
public
String
getModifyById
()
{
return
this
.
modifyById
;
}
public
void
setModifyById
(
String
value
)
{
this
.
modifyById
=
value
;
}
public
String
getModifyByName
()
{
return
this
.
modifyByName
;
}
public
void
setModifyByName
(
String
value
)
{
this
.
modifyByName
=
value
;
}
public
Date
getModifyTime
()
{
return
this
.
modifyTime
;
}
public
void
setModifyTime
(
Date
value
)
{
this
.
modifyTime
=
value
;
}
public
String
getStrategyId
()
{
return
this
.
strategyId
;
}
public
void
setStrategyId
(
String
value
)
{
this
.
strategyId
=
value
;
}
public
Integer
getStrategyMonth
()
{
return
this
.
strategyMonth
;
}
public
void
setStrategyMonth
(
Integer
value
)
{
this
.
strategyMonth
=
value
;
}
}
C09-base/pps-core-base/src/main/java/pps/core/base/utils/DictUtils.java
View file @
835585e0
...
...
@@ -95,9 +95,9 @@ public class DictUtils {
* @param areaCode 区号
* @return {@link String}
*/
public
static
String
getAreaNameByStream
(
List
<
GetSysAreaOutput
>
areaList
,
String
areaCode
)
{
public
static
String
getAreaNameByStream
(
List
<
GetSysAreaOutput
>
areaList
,
Integer
areaCode
)
{
return
areaList
.
stream
()
.
filter
(
area
->
StringUtils
.
equals
(
String
.
valueOf
(
area
.
getId
()),
areaCode
))
.
filter
(
area
->
area
.
getId
().
equals
(
areaCode
))
.
map
(
GetSysAreaOutput:
:
getName
)
.
findAny
()
.
orElse
(
"其他地区"
);
...
...
C09-base/pps-core-base/src/main/resources/mybatis/mapper/pps/core/base/BasePriceStrategyDetailViewMapper.xml
View file @
835585e0
...
...
@@ -11,10 +11,10 @@
<result
column=
"modify_by_name"
property=
"modifyByName"
jdbcType=
"VARCHAR"
/>
<result
column=
"modify_time"
property=
"modifyTime"
jdbcType=
"DATE"
/>
<result
column=
"strategy_id"
property=
"strategyId"
jdbcType=
"VARCHAR"
/>
<result
column=
"strategy_month
_id"
property=
"strategyMonthId
"
jdbcType=
"VARCHAR"
/>
<result
column=
"strategy_month
"
property=
"strategyMonth
"
jdbcType=
"VARCHAR"
/>
<result
column=
"period_type_key"
property=
"periodTypeKey"
jdbcType=
"VARCHAR"
/>
<result
column=
"start_time"
property=
"startTime"
jdbcType=
"
DATE
"
/>
<result
column=
"end_time"
property=
"endTime"
jdbcType=
"
DATE
"
/>
<result
column=
"start_time"
property=
"startTime"
jdbcType=
"
VARCHAR
"
/>
<result
column=
"end_time"
property=
"endTime"
jdbcType=
"
VARCHAR
"
/>
<result
column=
"electrovalence"
property=
"electrovalence"
jdbcType=
"DECIMAL"
/>
<result
column=
"internal_settlement_price"
property=
"internalSettlementPrice"
jdbcType=
"DECIMAL"
/>
</resultMap>
...
...
@@ -29,7 +29,7 @@
modify_by_name,
modify_time,
strategy_id,
strategy_month
_id
,
strategy_month,
period_type_key,
start_time,
end_time,
...
...
C09-base/pps-core-base/src/main/resources/mybatis/mapper/pps/core/base/BasePriceStrategyMonthViewMapper.xml
View file @
835585e0
...
...
@@ -11,7 +11,7 @@
<result
column=
"modify_by_name"
property=
"modifyByName"
jdbcType=
"VARCHAR"
/>
<result
column=
"modify_time"
property=
"modifyTime"
jdbcType=
"DATE"
/>
<result
column=
"strategy_id"
property=
"strategyId"
jdbcType=
"VARCHAR"
/>
<result
column=
"strategy_month"
property=
"strategyMonth"
jdbcType=
"
INTEGE
R"
/>
<result
column=
"strategy_month"
property=
"strategyMonth"
jdbcType=
"
VARCHA
R"
/>
</resultMap>
<sql
id=
"Base_Column_List"
>
id
...
...
C09-base/pps-core-base/src/main/resources/mybatis/mapper/pps/core/base/BasePriceStrategyViewMapper.xml
View file @
835585e0
...
...
@@ -11,8 +11,8 @@
<result
column=
"modify_by_name"
property=
"modifyByName"
jdbcType=
"VARCHAR"
/>
<result
column=
"modify_time"
property=
"modifyTime"
jdbcType=
"DATE"
/>
<result
column=
"policy_name"
property=
"policyName"
jdbcType=
"VARCHAR"
/>
<result
column=
"area_code"
property=
"areaCode"
jdbcType=
"
VARCHA
R"
/>
<result
column=
"strategy_year"
property=
"strategyYear"
jdbcType=
"
INTEGE
R"
/>
<result
column=
"area_code"
property=
"areaCode"
jdbcType=
"
INTEGE
R"
/>
<result
column=
"strategy_year"
property=
"strategyYear"
jdbcType=
"
VARCHA
R"
/>
<result
column=
"is_fixed_price"
property=
"isFixedPrice"
jdbcType=
"INTEGER"
/>
<result
column=
"fixed_electricity_price"
property=
"fixedElectricityPrice"
jdbcType=
"DECIMAL"
/>
</resultMap>
...
...
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