Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-enterprise
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
base_platform_enterprise
gic-platform-enterprise
Commits
252190cd
Commit
252190cd
authored
Mar 16, 2020
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
回退部分lombo插件内容代码
parent
03aab5d5
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
1333 additions
and
99 deletions
+1333
-99
AppletCardDTO.java
...i/src/main/java/com/gic/enterprise/dto/AppletCardDTO.java
+36
-5
AppletMainCardDTO.java
...c/main/java/com/gic/enterprise/dto/AppletMainCardDTO.java
+26
-5
EnterpriseRuleDetailDTO.java
.../com/gic/enterprise/dto/rule/EnterpriseRuleDetailDTO.java
+45
-5
RuleClassifyDTO.java
...ain/java/com/gic/enterprise/dto/rule/RuleClassifyDTO.java
+99
-5
RuleClassifyListDTO.java
...java/com/gic/enterprise/dto/rule/RuleClassifyListDTO.java
+63
-5
RuleClassifySceneDTO.java
...ava/com/gic/enterprise/dto/rule/RuleClassifySceneDTO.java
+108
-5
RuleClassifySceneListDTO.java
...com/gic/enterprise/dto/rule/RuleClassifySceneListDTO.java
+63
-5
RuleDTO.java
...pi/src/main/java/com/gic/enterprise/dto/rule/RuleDTO.java
+90
-5
RuleEnterpriseDTO.java
...n/java/com/gic/enterprise/dto/rule/RuleEnterpriseDTO.java
+117
-5
RuleEnterpriseRelDTO.java
...ava/com/gic/enterprise/dto/rule/RuleEnterpriseRelDTO.java
+54
-5
RuleListDTO.java
...rc/main/java/com/gic/enterprise/dto/rule/RuleListDTO.java
+54
-5
RuleRelDTO.java
...src/main/java/com/gic/enterprise/dto/rule/RuleRelDTO.java
+54
-5
TabConfigRule.java
...rc/main/java/com/gic/enterprise/entity/TabConfigRule.java
+136
-5
TabConfigRuleEnterprise.java
...va/com/gic/enterprise/entity/TabConfigRuleEnterprise.java
+55
-5
TabConfigRuleEnterpriseRel.java
...com/gic/enterprise/entity/TabConfigRuleEnterpriseRel.java
+54
-5
TabConfigRuleRel.java
...main/java/com/gic/enterprise/entity/TabConfigRuleRel.java
+54
-5
AppletCardRealtionVO.java
.../java/com/gic/enterprise/web/vo/AppletCardRealtionVO.java
+26
-1
AppletSubCardVO.java
.../main/java/com/gic/enterprise/web/vo/AppletSubCardVO.java
+17
-3
SceneCategoryVO.java
...c/main/java/com/gic/operation/web/vo/SceneCategoryVO.java
+18
-3
EnterpriseRuleVO.java
...com/gic/operation/web/vo/configrule/EnterpriseRuleVO.java
+28
-3
RuleClassifySceneVO.java
.../gic/operation/web/vo/configrule/RuleClassifySceneVO.java
+54
-3
RuleClassifyVO.java
...a/com/gic/operation/web/vo/configrule/RuleClassifyVO.java
+45
-3
RuleVO.java
...main/java/com/gic/operation/web/vo/configrule/RuleVO.java
+37
-3
No files found.
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/dto/AppletCardDTO.java
View file @
252190cd
package
com
.
gic
.
enterprise
.
dto
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
java.io.Serializable
;
import
java.util.List
;
...
...
@@ -13,8 +10,6 @@ import java.util.List;
* @author guojuxing
* @date 2020/3/11 9:31 AM
*/
@Accessors
(
chain
=
true
)
@Data
public
class
AppletCardDTO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
9089247895661173247L
;
...
...
@@ -27,4 +22,40 @@ public class AppletCardDTO implements Serializable{
* 子卡列表
*/
private
List
<
AppletCardDTO
>
subList
;
public
Long
getCardConfigId
()
{
return
cardConfigId
;
}
public
AppletCardDTO
setCardConfigId
(
Long
cardConfigId
)
{
this
.
cardConfigId
=
cardConfigId
;
return
this
;
}
public
String
getCardName
()
{
return
cardName
;
}
public
AppletCardDTO
setCardName
(
String
cardName
)
{
this
.
cardName
=
cardName
;
return
this
;
}
public
Boolean
getMainCard
()
{
return
mainCard
;
}
public
AppletCardDTO
setMainCard
(
Boolean
mainCard
)
{
this
.
mainCard
=
mainCard
;
return
this
;
}
public
List
<
AppletCardDTO
>
getSubList
()
{
return
subList
;
}
public
AppletCardDTO
setSubList
(
List
<
AppletCardDTO
>
subList
)
{
this
.
subList
=
subList
;
return
this
;
}
}
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/dto/AppletMainCardDTO.java
View file @
252190cd
package
com
.
gic
.
enterprise
.
dto
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
java.io.Serializable
;
/**
* 数据资产-总积分可选择的会员卡列表
...
...
@@ -11,8 +8,6 @@ import java.io.Serializable;
* @author guojuxing
* @date 2020/3/12 10:58 AM
*/
@Accessors
(
chain
=
true
)
@Data
public
class
AppletMainCardDTO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
2778537858866796472L
;
...
...
@@ -23,4 +18,30 @@ public class AppletMainCardDTO implements Serializable{
*/
private
Boolean
mainCard
;
public
Long
getCardConfigId
()
{
return
cardConfigId
;
}
public
AppletMainCardDTO
setCardConfigId
(
Long
cardConfigId
)
{
this
.
cardConfigId
=
cardConfigId
;
return
this
;
}
public
String
getCardName
()
{
return
cardName
;
}
public
AppletMainCardDTO
setCardName
(
String
cardName
)
{
this
.
cardName
=
cardName
;
return
this
;
}
public
Boolean
getMainCard
()
{
return
mainCard
;
}
public
AppletMainCardDTO
setMainCard
(
Boolean
mainCard
)
{
this
.
mainCard
=
mainCard
;
return
this
;
}
}
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/dto/rule/EnterpriseRuleDetailDTO.java
View file @
252190cd
package
com
.
gic
.
enterprise
.
dto
.
rule
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
java.io.Serializable
;
import
java.util.List
;
...
...
@@ -13,8 +10,6 @@ import java.util.List;
* @author guojuxing
* @date 2020/3/5 1:29 PM
*/
@Accessors
(
chain
=
true
)
@Data
public
class
EnterpriseRuleDetailDTO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
8170315160087981103L
;
...
...
@@ -42,4 +37,49 @@ public class EnterpriseRuleDetailDTO implements Serializable{
* 商户列表
*/
private
List
<
EnterpriseListDTO
>
enterpriseList
;
public
List
<
RuleListDTO
>
getRuleList
()
{
return
ruleList
;
}
public
EnterpriseRuleDetailDTO
setRuleList
(
List
<
RuleListDTO
>
ruleList
)
{
this
.
ruleList
=
ruleList
;
return
this
;
}
public
Integer
getEnterpriseRuleId
()
{
return
enterpriseRuleId
;
}
public
EnterpriseRuleDetailDTO
setEnterpriseRuleId
(
Integer
enterpriseRuleId
)
{
this
.
enterpriseRuleId
=
enterpriseRuleId
;
return
this
;
}
public
String
getRuleName
()
{
return
ruleName
;
}
public
EnterpriseRuleDetailDTO
setRuleName
(
String
ruleName
)
{
this
.
ruleName
=
ruleName
;
return
this
;
}
public
Integer
getEnterpriseType
()
{
return
enterpriseType
;
}
public
EnterpriseRuleDetailDTO
setEnterpriseType
(
Integer
enterpriseType
)
{
this
.
enterpriseType
=
enterpriseType
;
return
this
;
}
public
List
<
EnterpriseListDTO
>
getEnterpriseList
()
{
return
enterpriseList
;
}
public
EnterpriseRuleDetailDTO
setEnterpriseList
(
List
<
EnterpriseListDTO
>
enterpriseList
)
{
this
.
enterpriseList
=
enterpriseList
;
return
this
;
}
}
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/dto/rule/RuleClassifyDTO.java
View file @
252190cd
package
com
.
gic
.
enterprise
.
dto
.
rule
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
java.io.Serializable
;
import
java.util.Date
;
...
...
@@ -13,8 +10,6 @@ import java.util.Date;
* @author guojuxing
* @date 2020/3/3 2:45 PM
*/
@Accessors
(
chain
=
true
)
@Data
public
class
RuleClassifyDTO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
6258321185779741516L
;
...
...
@@ -72,4 +67,103 @@ public class RuleClassifyDTO implements Serializable{
*
*/
private
Date
updateTime
;
public
Integer
getRuleId
()
{
return
ruleId
;
}
public
RuleClassifyDTO
setRuleId
(
Integer
ruleId
)
{
this
.
ruleId
=
ruleId
;
return
this
;
}
public
String
getRuleName
()
{
return
ruleName
;
}
public
RuleClassifyDTO
setRuleName
(
String
ruleName
)
{
this
.
ruleName
=
ruleName
;
return
this
;
}
public
String
getClassifyIcon
()
{
return
classifyIcon
;
}
public
RuleClassifyDTO
setClassifyIcon
(
String
classifyIcon
)
{
this
.
classifyIcon
=
classifyIcon
;
return
this
;
}
public
String
getRuleDesc
()
{
return
ruleDesc
;
}
public
RuleClassifyDTO
setRuleDesc
(
String
ruleDesc
)
{
this
.
ruleDesc
=
ruleDesc
;
return
this
;
}
public
String
getRemark
()
{
return
remark
;
}
public
RuleClassifyDTO
setRemark
(
String
remark
)
{
this
.
remark
=
remark
;
return
this
;
}
public
Integer
getParentRuleId
()
{
return
parentRuleId
;
}
public
RuleClassifyDTO
setParentRuleId
(
Integer
parentRuleId
)
{
this
.
parentRuleId
=
parentRuleId
;
return
this
;
}
public
Integer
getRuleLevel
()
{
return
ruleLevel
;
}
public
RuleClassifyDTO
setRuleLevel
(
Integer
ruleLevel
)
{
this
.
ruleLevel
=
ruleLevel
;
return
this
;
}
public
String
getRuleChain
()
{
return
ruleChain
;
}
public
RuleClassifyDTO
setRuleChain
(
String
ruleChain
)
{
this
.
ruleChain
=
ruleChain
;
return
this
;
}
public
Integer
getStatus
()
{
return
status
;
}
public
RuleClassifyDTO
setStatus
(
Integer
status
)
{
this
.
status
=
status
;
return
this
;
}
public
Date
getCreateTime
()
{
return
createTime
;
}
public
RuleClassifyDTO
setCreateTime
(
Date
createTime
)
{
this
.
createTime
=
createTime
;
return
this
;
}
public
Date
getUpdateTime
()
{
return
updateTime
;
}
public
RuleClassifyDTO
setUpdateTime
(
Date
updateTime
)
{
this
.
updateTime
=
updateTime
;
return
this
;
}
}
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/dto/rule/RuleClassifyListDTO.java
View file @
252190cd
package
com
.
gic
.
enterprise
.
dto
.
rule
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
java.io.Serializable
;
import
java.util.List
;
...
...
@@ -13,8 +10,6 @@ import java.util.List;
* @author guojuxing
* @date 2020/3/4 3:02 PM
*/
@Accessors
(
chain
=
true
)
@Data
public
class
RuleClassifyListDTO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
6964223664642288932L
;
...
...
@@ -54,4 +49,67 @@ public class RuleClassifyListDTO implements Serializable{
* 分类下的场景列表
*/
private
List
<
RuleClassifySceneListDTO
>
ruleClassifySceneList
;
public
Integer
getRuleId
()
{
return
ruleId
;
}
public
RuleClassifyListDTO
setRuleId
(
Integer
ruleId
)
{
this
.
ruleId
=
ruleId
;
return
this
;
}
public
String
getRuleName
()
{
return
ruleName
;
}
public
RuleClassifyListDTO
setRuleName
(
String
ruleName
)
{
this
.
ruleName
=
ruleName
;
return
this
;
}
public
String
getClassifyIcon
()
{
return
classifyIcon
;
}
public
RuleClassifyListDTO
setClassifyIcon
(
String
classifyIcon
)
{
this
.
classifyIcon
=
classifyIcon
;
return
this
;
}
public
String
getRuleDesc
()
{
return
ruleDesc
;
}
public
RuleClassifyListDTO
setRuleDesc
(
String
ruleDesc
)
{
this
.
ruleDesc
=
ruleDesc
;
return
this
;
}
public
String
getRemark
()
{
return
remark
;
}
public
RuleClassifyListDTO
setRemark
(
String
remark
)
{
this
.
remark
=
remark
;
return
this
;
}
public
Boolean
getSelect
()
{
return
select
;
}
public
RuleClassifyListDTO
setSelect
(
Boolean
select
)
{
this
.
select
=
select
;
return
this
;
}
public
List
<
RuleClassifySceneListDTO
>
getRuleClassifySceneList
()
{
return
ruleClassifySceneList
;
}
public
RuleClassifyListDTO
setRuleClassifySceneList
(
List
<
RuleClassifySceneListDTO
>
ruleClassifySceneList
)
{
this
.
ruleClassifySceneList
=
ruleClassifySceneList
;
return
this
;
}
}
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/dto/rule/RuleClassifySceneDTO.java
View file @
252190cd
package
com
.
gic
.
enterprise
.
dto
.
rule
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
java.io.Serializable
;
import
java.util.Date
;
...
...
@@ -13,8 +10,6 @@ import java.util.Date;
* @author guojuxing
* @date 2020/3/3 2:46 PM
*/
@Accessors
(
chain
=
true
)
@Data
public
class
RuleClassifySceneDTO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
2944424324223164756L
;
...
...
@@ -77,4 +72,112 @@ public class RuleClassifySceneDTO implements Serializable{
*
*/
private
Date
updateTime
;
public
Integer
getRuleId
()
{
return
ruleId
;
}
public
RuleClassifySceneDTO
setRuleId
(
Integer
ruleId
)
{
this
.
ruleId
=
ruleId
;
return
this
;
}
public
String
getRuleName
()
{
return
ruleName
;
}
public
RuleClassifySceneDTO
setRuleName
(
String
ruleName
)
{
this
.
ruleName
=
ruleName
;
return
this
;
}
public
String
getRuleDesc
()
{
return
ruleDesc
;
}
public
RuleClassifySceneDTO
setRuleDesc
(
String
ruleDesc
)
{
this
.
ruleDesc
=
ruleDesc
;
return
this
;
}
public
String
getRemark
()
{
return
remark
;
}
public
RuleClassifySceneDTO
setRemark
(
String
remark
)
{
this
.
remark
=
remark
;
return
this
;
}
public
String
getMarketScene
()
{
return
marketScene
;
}
public
RuleClassifySceneDTO
setMarketScene
(
String
marketScene
)
{
this
.
marketScene
=
marketScene
;
return
this
;
}
public
Integer
getMarketObject
()
{
return
marketObject
;
}
public
RuleClassifySceneDTO
setMarketObject
(
Integer
marketObject
)
{
this
.
marketObject
=
marketObject
;
return
this
;
}
public
Integer
getParentRuleId
()
{
return
parentRuleId
;
}
public
RuleClassifySceneDTO
setParentRuleId
(
Integer
parentRuleId
)
{
this
.
parentRuleId
=
parentRuleId
;
return
this
;
}
public
Integer
getRuleLevel
()
{
return
ruleLevel
;
}
public
RuleClassifySceneDTO
setRuleLevel
(
Integer
ruleLevel
)
{
this
.
ruleLevel
=
ruleLevel
;
return
this
;
}
public
String
getRuleChain
()
{
return
ruleChain
;
}
public
RuleClassifySceneDTO
setRuleChain
(
String
ruleChain
)
{
this
.
ruleChain
=
ruleChain
;
return
this
;
}
public
Integer
getStatus
()
{
return
status
;
}
public
RuleClassifySceneDTO
setStatus
(
Integer
status
)
{
this
.
status
=
status
;
return
this
;
}
public
Date
getCreateTime
()
{
return
createTime
;
}
public
RuleClassifySceneDTO
setCreateTime
(
Date
createTime
)
{
this
.
createTime
=
createTime
;
return
this
;
}
public
Date
getUpdateTime
()
{
return
updateTime
;
}
public
RuleClassifySceneDTO
setUpdateTime
(
Date
updateTime
)
{
this
.
updateTime
=
updateTime
;
return
this
;
}
}
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/dto/rule/RuleClassifySceneListDTO.java
View file @
252190cd
package
com
.
gic
.
enterprise
.
dto
.
rule
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
java.io.Serializable
;
/**
* 场景列表
...
...
@@ -11,8 +8,6 @@ import java.io.Serializable;
* @author guojuxing
* @date 2020/3/4 3:06 PM
*/
@Accessors
(
chain
=
true
)
@Data
public
class
RuleClassifySceneListDTO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
4173483099328063614L
;
...
...
@@ -55,4 +50,67 @@ public class RuleClassifySceneListDTO implements Serializable{
*/
private
Boolean
select
;
public
Integer
getRuleId
()
{
return
ruleId
;
}
public
RuleClassifySceneListDTO
setRuleId
(
Integer
ruleId
)
{
this
.
ruleId
=
ruleId
;
return
this
;
}
public
String
getRuleName
()
{
return
ruleName
;
}
public
RuleClassifySceneListDTO
setRuleName
(
String
ruleName
)
{
this
.
ruleName
=
ruleName
;
return
this
;
}
public
String
getRuleDesc
()
{
return
ruleDesc
;
}
public
RuleClassifySceneListDTO
setRuleDesc
(
String
ruleDesc
)
{
this
.
ruleDesc
=
ruleDesc
;
return
this
;
}
public
String
getRemark
()
{
return
remark
;
}
public
RuleClassifySceneListDTO
setRemark
(
String
remark
)
{
this
.
remark
=
remark
;
return
this
;
}
public
String
getMarketScene
()
{
return
marketScene
;
}
public
RuleClassifySceneListDTO
setMarketScene
(
String
marketScene
)
{
this
.
marketScene
=
marketScene
;
return
this
;
}
public
Integer
getMarketObject
()
{
return
marketObject
;
}
public
RuleClassifySceneListDTO
setMarketObject
(
Integer
marketObject
)
{
this
.
marketObject
=
marketObject
;
return
this
;
}
public
Boolean
getSelect
()
{
return
select
;
}
public
RuleClassifySceneListDTO
setSelect
(
Boolean
select
)
{
this
.
select
=
select
;
return
this
;
}
}
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/dto/rule/RuleDTO.java
View file @
252190cd
package
com
.
gic
.
enterprise
.
dto
.
rule
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
java.io.Serializable
;
import
java.util.Date
;
...
...
@@ -13,8 +10,6 @@ import java.util.Date;
* @author guojuxing
* @date 2020/3/3 2:43 PM
*/
@Accessors
(
chain
=
true
)
@Data
public
class
RuleDTO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
5568436339396966487L
;
...
...
@@ -67,4 +62,94 @@ public class RuleDTO implements Serializable{
*
*/
private
Date
updateTime
;
public
Integer
getRuleId
()
{
return
ruleId
;
}
public
RuleDTO
setRuleId
(
Integer
ruleId
)
{
this
.
ruleId
=
ruleId
;
return
this
;
}
public
String
getRuleName
()
{
return
ruleName
;
}
public
RuleDTO
setRuleName
(
String
ruleName
)
{
this
.
ruleName
=
ruleName
;
return
this
;
}
public
String
getAppName
()
{
return
appName
;
}
public
RuleDTO
setAppName
(
String
appName
)
{
this
.
appName
=
appName
;
return
this
;
}
public
String
getAppCode
()
{
return
appCode
;
}
public
RuleDTO
setAppCode
(
String
appCode
)
{
this
.
appCode
=
appCode
;
return
this
;
}
public
Integer
getParentRuleId
()
{
return
parentRuleId
;
}
public
RuleDTO
setParentRuleId
(
Integer
parentRuleId
)
{
this
.
parentRuleId
=
parentRuleId
;
return
this
;
}
public
Integer
getRuleLevel
()
{
return
ruleLevel
;
}
public
RuleDTO
setRuleLevel
(
Integer
ruleLevel
)
{
this
.
ruleLevel
=
ruleLevel
;
return
this
;
}
public
String
getRuleChain
()
{
return
ruleChain
;
}
public
RuleDTO
setRuleChain
(
String
ruleChain
)
{
this
.
ruleChain
=
ruleChain
;
return
this
;
}
public
Integer
getStatus
()
{
return
status
;
}
public
RuleDTO
setStatus
(
Integer
status
)
{
this
.
status
=
status
;
return
this
;
}
public
Date
getCreateTime
()
{
return
createTime
;
}
public
RuleDTO
setCreateTime
(
Date
createTime
)
{
this
.
createTime
=
createTime
;
return
this
;
}
public
Date
getUpdateTime
()
{
return
updateTime
;
}
public
RuleDTO
setUpdateTime
(
Date
updateTime
)
{
this
.
updateTime
=
updateTime
;
return
this
;
}
}
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/dto/rule/RuleEnterpriseDTO.java
View file @
252190cd
...
...
@@ -3,9 +3,6 @@ package com.gic.enterprise.dto.rule;
import
java.io.Serializable
;
import
java.util.Date
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
/**
* 商户规则
* @ClassName: RuleEnterpriseDTO
...
...
@@ -13,8 +10,6 @@ import lombok.experimental.Accessors;
* @author guojuxing
* @date 2020/3/4 3:20 PM
*/
@Accessors
(
chain
=
true
)
@Data
public
class
RuleEnterpriseDTO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
3847931338484539450L
;
...
...
@@ -81,4 +76,121 @@ public class RuleEnterpriseDTO implements Serializable{
*
*/
private
String
logo
;
public
Integer
getEnterpriseRuleId
()
{
return
enterpriseRuleId
;
}
public
RuleEnterpriseDTO
setEnterpriseRuleId
(
Integer
enterpriseRuleId
)
{
this
.
enterpriseRuleId
=
enterpriseRuleId
;
return
this
;
}
public
String
getRuleName
()
{
return
ruleName
;
}
public
RuleEnterpriseDTO
setRuleName
(
String
ruleName
)
{
this
.
ruleName
=
ruleName
;
return
this
;
}
public
Integer
getEnterpriseType
()
{
return
enterpriseType
;
}
public
RuleEnterpriseDTO
setEnterpriseType
(
Integer
enterpriseType
)
{
this
.
enterpriseType
=
enterpriseType
;
return
this
;
}
public
Integer
getStatus
()
{
return
status
;
}
public
RuleEnterpriseDTO
setStatus
(
Integer
status
)
{
this
.
status
=
status
;
return
this
;
}
public
Date
getCreateTime
()
{
return
createTime
;
}
public
RuleEnterpriseDTO
setCreateTime
(
Date
createTime
)
{
this
.
createTime
=
createTime
;
return
this
;
}
public
Date
getUpdateTime
()
{
return
updateTime
;
}
public
RuleEnterpriseDTO
setUpdateTime
(
Date
updateTime
)
{
this
.
updateTime
=
updateTime
;
return
this
;
}
public
String
getEnterpriseIds
()
{
return
enterpriseIds
;
}
public
RuleEnterpriseDTO
setEnterpriseIds
(
String
enterpriseIds
)
{
this
.
enterpriseIds
=
enterpriseIds
;
return
this
;
}
public
String
getRuleIds
()
{
return
ruleIds
;
}
public
RuleEnterpriseDTO
setRuleIds
(
String
ruleIds
)
{
this
.
ruleIds
=
ruleIds
;
return
this
;
}
public
Integer
getCountEnterpriseId
()
{
return
countEnterpriseId
;
}
public
RuleEnterpriseDTO
setCountEnterpriseId
(
Integer
countEnterpriseId
)
{
this
.
countEnterpriseId
=
countEnterpriseId
;
return
this
;
}
public
Integer
getEnterpriseId
()
{
return
enterpriseId
;
}
public
RuleEnterpriseDTO
setEnterpriseId
(
Integer
enterpriseId
)
{
this
.
enterpriseId
=
enterpriseId
;
return
this
;
}
public
String
getEnterpriseName
()
{
return
enterpriseName
;
}
public
RuleEnterpriseDTO
setEnterpriseName
(
String
enterpriseName
)
{
this
.
enterpriseName
=
enterpriseName
;
return
this
;
}
public
String
getCompanyName
()
{
return
companyName
;
}
public
RuleEnterpriseDTO
setCompanyName
(
String
companyName
)
{
this
.
companyName
=
companyName
;
return
this
;
}
public
String
getLogo
()
{
return
logo
;
}
public
RuleEnterpriseDTO
setLogo
(
String
logo
)
{
this
.
logo
=
logo
;
return
this
;
}
}
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/dto/rule/RuleEnterpriseRelDTO.java
View file @
252190cd
package
com
.
gic
.
enterprise
.
dto
.
rule
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
java.io.Serializable
;
import
java.util.Date
;
...
...
@@ -13,8 +10,6 @@ import java.util.Date;
* @author guojuxing
* @date 2020/3/4 3:21 PM
*/
@Accessors
(
chain
=
true
)
@Data
public
class
RuleEnterpriseRelDTO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
2963511222727402738L
;
...
...
@@ -47,4 +42,58 @@ public class RuleEnterpriseRelDTO implements Serializable{
*
*/
private
Date
updateTime
;
public
Integer
getEnterpriseRelId
()
{
return
enterpriseRelId
;
}
public
RuleEnterpriseRelDTO
setEnterpriseRelId
(
Integer
enterpriseRelId
)
{
this
.
enterpriseRelId
=
enterpriseRelId
;
return
this
;
}
public
Integer
getEnterpriseRuleId
()
{
return
enterpriseRuleId
;
}
public
RuleEnterpriseRelDTO
setEnterpriseRuleId
(
Integer
enterpriseRuleId
)
{
this
.
enterpriseRuleId
=
enterpriseRuleId
;
return
this
;
}
public
Integer
getEnterpriseId
()
{
return
enterpriseId
;
}
public
RuleEnterpriseRelDTO
setEnterpriseId
(
Integer
enterpriseId
)
{
this
.
enterpriseId
=
enterpriseId
;
return
this
;
}
public
Integer
getStatus
()
{
return
status
;
}
public
RuleEnterpriseRelDTO
setStatus
(
Integer
status
)
{
this
.
status
=
status
;
return
this
;
}
public
Date
getCreateTime
()
{
return
createTime
;
}
public
RuleEnterpriseRelDTO
setCreateTime
(
Date
createTime
)
{
this
.
createTime
=
createTime
;
return
this
;
}
public
Date
getUpdateTime
()
{
return
updateTime
;
}
public
RuleEnterpriseRelDTO
setUpdateTime
(
Date
updateTime
)
{
this
.
updateTime
=
updateTime
;
return
this
;
}
}
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/dto/rule/RuleListDTO.java
View file @
252190cd
package
com
.
gic
.
enterprise
.
dto
.
rule
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
java.io.Serializable
;
import
java.util.List
;
...
...
@@ -13,8 +10,6 @@ import java.util.List;
* @author guojuxing
* @date 2020/3/4 3:01 PM
*/
@Accessors
(
chain
=
true
)
@Data
public
class
RuleListDTO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
7830092576417787452L
;
...
...
@@ -47,4 +42,58 @@ public class RuleListDTO implements Serializable{
* 规则下面的分类列表
*/
private
List
<
RuleClassifyListDTO
>
ruleClassifyList
;
public
Integer
getRuleId
()
{
return
ruleId
;
}
public
RuleListDTO
setRuleId
(
Integer
ruleId
)
{
this
.
ruleId
=
ruleId
;
return
this
;
}
public
String
getRuleName
()
{
return
ruleName
;
}
public
RuleListDTO
setRuleName
(
String
ruleName
)
{
this
.
ruleName
=
ruleName
;
return
this
;
}
public
String
getAppName
()
{
return
appName
;
}
public
RuleListDTO
setAppName
(
String
appName
)
{
this
.
appName
=
appName
;
return
this
;
}
public
String
getAppCode
()
{
return
appCode
;
}
public
RuleListDTO
setAppCode
(
String
appCode
)
{
this
.
appCode
=
appCode
;
return
this
;
}
public
Boolean
getSelect
()
{
return
select
;
}
public
RuleListDTO
setSelect
(
Boolean
select
)
{
this
.
select
=
select
;
return
this
;
}
public
List
<
RuleClassifyListDTO
>
getRuleClassifyList
()
{
return
ruleClassifyList
;
}
public
RuleListDTO
setRuleClassifyList
(
List
<
RuleClassifyListDTO
>
ruleClassifyList
)
{
this
.
ruleClassifyList
=
ruleClassifyList
;
return
this
;
}
}
gic-platform-enterprise-api/src/main/java/com/gic/enterprise/dto/rule/RuleRelDTO.java
View file @
252190cd
package
com
.
gic
.
enterprise
.
dto
.
rule
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
java.io.Serializable
;
import
java.util.Date
;
...
...
@@ -13,8 +10,6 @@ import java.util.Date;
* @author guojuxing
* @date 2020/3/4 3:22 PM
*/
@Accessors
(
chain
=
true
)
@Data
public
class
RuleRelDTO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
6516187788186040350L
;
...
...
@@ -47,4 +42,58 @@ public class RuleRelDTO implements Serializable{
*
*/
private
Date
updateTime
;
public
Integer
getRuleRelId
()
{
return
ruleRelId
;
}
public
RuleRelDTO
setRuleRelId
(
Integer
ruleRelId
)
{
this
.
ruleRelId
=
ruleRelId
;
return
this
;
}
public
Integer
getEnterpriseRuleId
()
{
return
enterpriseRuleId
;
}
public
RuleRelDTO
setEnterpriseRuleId
(
Integer
enterpriseRuleId
)
{
this
.
enterpriseRuleId
=
enterpriseRuleId
;
return
this
;
}
public
Integer
getRuleId
()
{
return
ruleId
;
}
public
RuleRelDTO
setRuleId
(
Integer
ruleId
)
{
this
.
ruleId
=
ruleId
;
return
this
;
}
public
Integer
getStatus
()
{
return
status
;
}
public
RuleRelDTO
setStatus
(
Integer
status
)
{
this
.
status
=
status
;
return
this
;
}
public
Date
getCreateTime
()
{
return
createTime
;
}
public
RuleRelDTO
setCreateTime
(
Date
createTime
)
{
this
.
createTime
=
createTime
;
return
this
;
}
public
Date
getUpdateTime
()
{
return
updateTime
;
}
public
RuleRelDTO
setUpdateTime
(
Date
updateTime
)
{
this
.
updateTime
=
updateTime
;
return
this
;
}
}
gic-platform-enterprise-service/src/main/java/com/gic/enterprise/entity/TabConfigRule.java
View file @
252190cd
package
com
.
gic
.
enterprise
.
entity
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
java.util.Date
;
/**
* tab_config_rule
*/
@Accessors
(
chain
=
true
)
@Data
public
class
TabConfigRule
{
/**
*
...
...
@@ -85,4 +80,139 @@ public class TabConfigRule {
*
*/
private
Date
updateTime
;
public
Integer
getRuleId
()
{
return
ruleId
;
}
public
TabConfigRule
setRuleId
(
Integer
ruleId
)
{
this
.
ruleId
=
ruleId
;
return
this
;
}
public
String
getRuleName
()
{
return
ruleName
;
}
public
TabConfigRule
setRuleName
(
String
ruleName
)
{
this
.
ruleName
=
ruleName
;
return
this
;
}
public
String
getAppName
()
{
return
appName
;
}
public
TabConfigRule
setAppName
(
String
appName
)
{
this
.
appName
=
appName
;
return
this
;
}
public
String
getAppCode
()
{
return
appCode
;
}
public
TabConfigRule
setAppCode
(
String
appCode
)
{
this
.
appCode
=
appCode
;
return
this
;
}
public
String
getClassifyIcon
()
{
return
classifyIcon
;
}
public
TabConfigRule
setClassifyIcon
(
String
classifyIcon
)
{
this
.
classifyIcon
=
classifyIcon
;
return
this
;
}
public
String
getRuleDesc
()
{
return
ruleDesc
;
}
public
TabConfigRule
setRuleDesc
(
String
ruleDesc
)
{
this
.
ruleDesc
=
ruleDesc
;
return
this
;
}
public
String
getRemark
()
{
return
remark
;
}
public
TabConfigRule
setRemark
(
String
remark
)
{
this
.
remark
=
remark
;
return
this
;
}
public
String
getMarketScene
()
{
return
marketScene
;
}
public
TabConfigRule
setMarketScene
(
String
marketScene
)
{
this
.
marketScene
=
marketScene
;
return
this
;
}
public
Integer
getMarketObject
()
{
return
marketObject
;
}
public
TabConfigRule
setMarketObject
(
Integer
marketObject
)
{
this
.
marketObject
=
marketObject
;
return
this
;
}
public
Integer
getParentRuleId
()
{
return
parentRuleId
;
}
public
TabConfigRule
setParentRuleId
(
Integer
parentRuleId
)
{
this
.
parentRuleId
=
parentRuleId
;
return
this
;
}
public
Integer
getRuleLevel
()
{
return
ruleLevel
;
}
public
TabConfigRule
setRuleLevel
(
Integer
ruleLevel
)
{
this
.
ruleLevel
=
ruleLevel
;
return
this
;
}
public
String
getRuleChain
()
{
return
ruleChain
;
}
public
TabConfigRule
setRuleChain
(
String
ruleChain
)
{
this
.
ruleChain
=
ruleChain
;
return
this
;
}
public
Integer
getStatus
()
{
return
status
;
}
public
TabConfigRule
setStatus
(
Integer
status
)
{
this
.
status
=
status
;
return
this
;
}
public
Date
getCreateTime
()
{
return
createTime
;
}
public
TabConfigRule
setCreateTime
(
Date
createTime
)
{
this
.
createTime
=
createTime
;
return
this
;
}
public
Date
getUpdateTime
()
{
return
updateTime
;
}
public
TabConfigRule
setUpdateTime
(
Date
updateTime
)
{
this
.
updateTime
=
updateTime
;
return
this
;
}
}
\ No newline at end of file
gic-platform-enterprise-service/src/main/java/com/gic/enterprise/entity/TabConfigRuleEnterprise.java
View file @
252190cd
package
com
.
gic
.
enterprise
.
entity
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
java.util.Date
;
/**
* tab_config_rule_enterprise
*/
@Accessors
(
chain
=
true
)
@Data
public
class
TabConfigRuleEnterprise
{
/**
*
...
...
@@ -41,4 +37,57 @@ public class TabConfigRuleEnterprise {
*/
private
Date
updateTime
;
public
Integer
getEnterpriseRuleId
()
{
return
enterpriseRuleId
;
}
public
TabConfigRuleEnterprise
setEnterpriseRuleId
(
Integer
enterpriseRuleId
)
{
this
.
enterpriseRuleId
=
enterpriseRuleId
;
return
this
;
}
public
String
getRuleName
()
{
return
ruleName
;
}
public
TabConfigRuleEnterprise
setRuleName
(
String
ruleName
)
{
this
.
ruleName
=
ruleName
;
return
this
;
}
public
Integer
getEnterpriseType
()
{
return
enterpriseType
;
}
public
TabConfigRuleEnterprise
setEnterpriseType
(
Integer
enterpriseType
)
{
this
.
enterpriseType
=
enterpriseType
;
return
this
;
}
public
Integer
getStatus
()
{
return
status
;
}
public
TabConfigRuleEnterprise
setStatus
(
Integer
status
)
{
this
.
status
=
status
;
return
this
;
}
public
Date
getCreateTime
()
{
return
createTime
;
}
public
TabConfigRuleEnterprise
setCreateTime
(
Date
createTime
)
{
this
.
createTime
=
createTime
;
return
this
;
}
public
Date
getUpdateTime
()
{
return
updateTime
;
}
public
TabConfigRuleEnterprise
setUpdateTime
(
Date
updateTime
)
{
this
.
updateTime
=
updateTime
;
return
this
;
}
}
\ No newline at end of file
gic-platform-enterprise-service/src/main/java/com/gic/enterprise/entity/TabConfigRuleEnterpriseRel.java
View file @
252190cd
package
com
.
gic
.
enterprise
.
entity
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
java.util.Date
;
/**
* tab_config_rule_enterprise_rel
*/
@Accessors
(
chain
=
true
)
@Data
public
class
TabConfigRuleEnterpriseRel
{
/**
*
...
...
@@ -41,4 +36,57 @@ public class TabConfigRuleEnterpriseRel {
*/
private
Date
updateTime
;
public
Integer
getEnterpriseRelId
()
{
return
enterpriseRelId
;
}
public
TabConfigRuleEnterpriseRel
setEnterpriseRelId
(
Integer
enterpriseRelId
)
{
this
.
enterpriseRelId
=
enterpriseRelId
;
return
this
;
}
public
Integer
getEnterpriseRuleId
()
{
return
enterpriseRuleId
;
}
public
TabConfigRuleEnterpriseRel
setEnterpriseRuleId
(
Integer
enterpriseRuleId
)
{
this
.
enterpriseRuleId
=
enterpriseRuleId
;
return
this
;
}
public
Integer
getEnterpriseId
()
{
return
enterpriseId
;
}
public
TabConfigRuleEnterpriseRel
setEnterpriseId
(
Integer
enterpriseId
)
{
this
.
enterpriseId
=
enterpriseId
;
return
this
;
}
public
Integer
getStatus
()
{
return
status
;
}
public
TabConfigRuleEnterpriseRel
setStatus
(
Integer
status
)
{
this
.
status
=
status
;
return
this
;
}
public
Date
getCreateTime
()
{
return
createTime
;
}
public
TabConfigRuleEnterpriseRel
setCreateTime
(
Date
createTime
)
{
this
.
createTime
=
createTime
;
return
this
;
}
public
Date
getUpdateTime
()
{
return
updateTime
;
}
public
TabConfigRuleEnterpriseRel
setUpdateTime
(
Date
updateTime
)
{
this
.
updateTime
=
updateTime
;
return
this
;
}
}
\ No newline at end of file
gic-platform-enterprise-service/src/main/java/com/gic/enterprise/entity/TabConfigRuleRel.java
View file @
252190cd
package
com
.
gic
.
enterprise
.
entity
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
java.util.Date
;
/**
* tab_config_rule_rel
*/
@Accessors
(
chain
=
true
)
@Data
public
class
TabConfigRuleRel
{
/**
*
...
...
@@ -41,4 +36,57 @@ public class TabConfigRuleRel {
*/
private
Date
updateTime
;
public
Integer
getRuleRelId
()
{
return
ruleRelId
;
}
public
TabConfigRuleRel
setRuleRelId
(
Integer
ruleRelId
)
{
this
.
ruleRelId
=
ruleRelId
;
return
this
;
}
public
Integer
getEnterpriseRuleId
()
{
return
enterpriseRuleId
;
}
public
TabConfigRuleRel
setEnterpriseRuleId
(
Integer
enterpriseRuleId
)
{
this
.
enterpriseRuleId
=
enterpriseRuleId
;
return
this
;
}
public
Integer
getRuleId
()
{
return
ruleId
;
}
public
TabConfigRuleRel
setRuleId
(
Integer
ruleId
)
{
this
.
ruleId
=
ruleId
;
return
this
;
}
public
Integer
getStatus
()
{
return
status
;
}
public
TabConfigRuleRel
setStatus
(
Integer
status
)
{
this
.
status
=
status
;
return
this
;
}
public
Date
getCreateTime
()
{
return
createTime
;
}
public
TabConfigRuleRel
setCreateTime
(
Date
createTime
)
{
this
.
createTime
=
createTime
;
return
this
;
}
public
Date
getUpdateTime
()
{
return
updateTime
;
}
public
TabConfigRuleRel
setUpdateTime
(
Date
updateTime
)
{
this
.
updateTime
=
updateTime
;
return
this
;
}
}
\ No newline at end of file
gic-platform-enterprise-web/src/main/java/com/gic/enterprise/web/vo/AppletCardRealtionVO.java
View file @
252190cd
...
...
@@ -14,7 +14,6 @@ import java.util.List;
* @author guojuxing
* @date 2020/2/13 10:49 AM
*/
@Data
public
class
AppletCardRealtionVO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
4411940910579516581L
;
...
...
@@ -23,4 +22,30 @@ public class AppletCardRealtionVO implements Serializable{
private
String
cardName
;
private
Boolean
mainCard
;
public
Long
getCardConfigId
()
{
return
cardConfigId
;
}
public
AppletCardRealtionVO
setCardConfigId
(
Long
cardConfigId
)
{
this
.
cardConfigId
=
cardConfigId
;
return
this
;
}
public
String
getCardName
()
{
return
cardName
;
}
public
AppletCardRealtionVO
setCardName
(
String
cardName
)
{
this
.
cardName
=
cardName
;
return
this
;
}
public
Boolean
getMainCard
()
{
return
mainCard
;
}
public
AppletCardRealtionVO
setMainCard
(
Boolean
mainCard
)
{
this
.
mainCard
=
mainCard
;
return
this
;
}
}
gic-platform-enterprise-web/src/main/java/com/gic/enterprise/web/vo/AppletSubCardVO.java
View file @
252190cd
...
...
@@ -4,8 +4,6 @@ import java.io.Serializable;
import
com.fasterxml.jackson.annotation.JsonFormat
;
import
lombok.Data
;
/**
* 小程序会员卡列表
* @ClassName: AppletCardRealtionVO
...
...
@@ -13,7 +11,6 @@ import lombok.Data;
* @author guojuxing
* @date 2020/2/13 10:49 AM
*/
@Data
public
class
AppletSubCardVO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
4411940910579516581L
;
...
...
@@ -21,4 +18,21 @@ public class AppletSubCardVO implements Serializable{
private
Long
cardConfigId
;
private
String
cardName
;
public
Long
getCardConfigId
()
{
return
cardConfigId
;
}
public
AppletSubCardVO
setCardConfigId
(
Long
cardConfigId
)
{
this
.
cardConfigId
=
cardConfigId
;
return
this
;
}
public
String
getCardName
()
{
return
cardName
;
}
public
AppletSubCardVO
setCardName
(
String
cardName
)
{
this
.
cardName
=
cardName
;
return
this
;
}
}
gic-platform-operation-web/src/main/java/com/gic/operation/web/vo/SceneCategoryVO.java
View file @
252190cd
package
com
.
gic
.
operation
.
web
.
vo
;
import
lombok.Data
;
import
java.io.Serializable
;
/**
* 规则引擎场景组
...
...
@@ -10,7 +8,6 @@ import java.io.Serializable;
* @author guojuxing
* @date 2020/3/4 10:34 AM
*/
@Data
public
class
SceneCategoryVO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
7881761432709566286L
;
...
...
@@ -20,4 +17,22 @@ public class SceneCategoryVO implements Serializable{
private
String
sceneCode
;
private
String
sceneName
;
public
String
getSceneCode
()
{
return
sceneCode
;
}
public
SceneCategoryVO
setSceneCode
(
String
sceneCode
)
{
this
.
sceneCode
=
sceneCode
;
return
this
;
}
public
String
getSceneName
()
{
return
sceneName
;
}
public
SceneCategoryVO
setSceneName
(
String
sceneName
)
{
this
.
sceneName
=
sceneName
;
return
this
;
}
}
gic-platform-operation-web/src/main/java/com/gic/operation/web/vo/configrule/EnterpriseRuleVO.java
View file @
252190cd
package
com
.
gic
.
operation
.
web
.
vo
.
configrule
;
import
lombok.Data
;
import
java.io.Serializable
;
@Data
public
class
EnterpriseRuleVO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
2067061311561161226L
;
...
...
@@ -21,4 +19,31 @@ public class EnterpriseRuleVO implements Serializable{
*
*/
private
Integer
enterpriseRuleId
;
public
Integer
getCountEnterpriseId
()
{
return
countEnterpriseId
;
}
public
EnterpriseRuleVO
setCountEnterpriseId
(
Integer
countEnterpriseId
)
{
this
.
countEnterpriseId
=
countEnterpriseId
;
return
this
;
}
public
String
getRuleName
()
{
return
ruleName
;
}
public
EnterpriseRuleVO
setRuleName
(
String
ruleName
)
{
this
.
ruleName
=
ruleName
;
return
this
;
}
public
Integer
getEnterpriseRuleId
()
{
return
enterpriseRuleId
;
}
public
EnterpriseRuleVO
setEnterpriseRuleId
(
Integer
enterpriseRuleId
)
{
this
.
enterpriseRuleId
=
enterpriseRuleId
;
return
this
;
}
}
gic-platform-operation-web/src/main/java/com/gic/operation/web/vo/configrule/RuleClassifySceneVO.java
View file @
252190cd
package
com
.
gic
.
operation
.
web
.
vo
.
configrule
;
import
lombok.Data
;
import
java.io.Serializable
;
@Data
public
class
RuleClassifySceneVO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
2503067207037834122L
;
...
...
@@ -36,4 +33,58 @@ public class RuleClassifySceneVO implements Serializable{
* 营销对象 1:会员卡域 2:服务号域 3:小程序域
*/
private
Integer
marketObject
;
public
Integer
getRuleId
()
{
return
ruleId
;
}
public
RuleClassifySceneVO
setRuleId
(
Integer
ruleId
)
{
this
.
ruleId
=
ruleId
;
return
this
;
}
public
String
getRuleName
()
{
return
ruleName
;
}
public
RuleClassifySceneVO
setRuleName
(
String
ruleName
)
{
this
.
ruleName
=
ruleName
;
return
this
;
}
public
String
getRuleDesc
()
{
return
ruleDesc
;
}
public
RuleClassifySceneVO
setRuleDesc
(
String
ruleDesc
)
{
this
.
ruleDesc
=
ruleDesc
;
return
this
;
}
public
String
getRemark
()
{
return
remark
;
}
public
RuleClassifySceneVO
setRemark
(
String
remark
)
{
this
.
remark
=
remark
;
return
this
;
}
public
String
getMarketScene
()
{
return
marketScene
;
}
public
RuleClassifySceneVO
setMarketScene
(
String
marketScene
)
{
this
.
marketScene
=
marketScene
;
return
this
;
}
public
Integer
getMarketObject
()
{
return
marketObject
;
}
public
RuleClassifySceneVO
setMarketObject
(
Integer
marketObject
)
{
this
.
marketObject
=
marketObject
;
return
this
;
}
}
gic-platform-operation-web/src/main/java/com/gic/operation/web/vo/configrule/RuleClassifyVO.java
View file @
252190cd
package
com
.
gic
.
operation
.
web
.
vo
.
configrule
;
import
lombok.Data
;
import
java.io.Serializable
;
@Data
public
class
RuleClassifyVO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
3351380808209918035L
;
...
...
@@ -31,4 +28,49 @@ public class RuleClassifyVO implements Serializable{
* 分类/场景备注
*/
private
String
remark
;
public
Integer
getRuleId
()
{
return
ruleId
;
}
public
RuleClassifyVO
setRuleId
(
Integer
ruleId
)
{
this
.
ruleId
=
ruleId
;
return
this
;
}
public
String
getRuleName
()
{
return
ruleName
;
}
public
RuleClassifyVO
setRuleName
(
String
ruleName
)
{
this
.
ruleName
=
ruleName
;
return
this
;
}
public
String
getClassifyIcon
()
{
return
classifyIcon
;
}
public
RuleClassifyVO
setClassifyIcon
(
String
classifyIcon
)
{
this
.
classifyIcon
=
classifyIcon
;
return
this
;
}
public
String
getRuleDesc
()
{
return
ruleDesc
;
}
public
RuleClassifyVO
setRuleDesc
(
String
ruleDesc
)
{
this
.
ruleDesc
=
ruleDesc
;
return
this
;
}
public
String
getRemark
()
{
return
remark
;
}
public
RuleClassifyVO
setRemark
(
String
remark
)
{
this
.
remark
=
remark
;
return
this
;
}
}
gic-platform-operation-web/src/main/java/com/gic/operation/web/vo/configrule/RuleVO.java
View file @
252190cd
package
com
.
gic
.
operation
.
web
.
vo
.
configrule
;
import
lombok.Data
;
import
java.io.Serializable
;
@Data
public
class
RuleVO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
5033092463325603541L
;
/**
...
...
@@ -25,4 +23,40 @@ public class RuleVO implements Serializable{
* 规则类型:应用code
*/
private
String
appCode
;
public
Integer
getRuleId
()
{
return
ruleId
;
}
public
RuleVO
setRuleId
(
Integer
ruleId
)
{
this
.
ruleId
=
ruleId
;
return
this
;
}
public
String
getRuleName
()
{
return
ruleName
;
}
public
RuleVO
setRuleName
(
String
ruleName
)
{
this
.
ruleName
=
ruleName
;
return
this
;
}
public
String
getAppName
()
{
return
appName
;
}
public
RuleVO
setAppName
(
String
appName
)
{
this
.
appName
=
appName
;
return
this
;
}
public
String
getAppCode
()
{
return
appCode
;
}
public
RuleVO
setAppCode
(
String
appCode
)
{
this
.
appCode
=
appCode
;
return
this
;
}
}
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