Revert "feat(风控引擎): RiskRuleService/RiskRuleController 权限控制及需求对齐"
This reverts commit a259b745ce.
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
namespace YLErp.DBModels
|
||||
{
|
||||
public enum RiskControlStrategy
|
||||
{
|
||||
Block = 1,
|
||||
Approval = 2,
|
||||
ShowTip = 3
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
namespace YLErp.DBModels
|
||||
{
|
||||
public enum RiskRuleStatus
|
||||
{
|
||||
Active = 1,
|
||||
Disabled = 2,
|
||||
Deleted = 3
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
namespace YLErp.DBModels
|
||||
{
|
||||
public enum RiskVariableCategory
|
||||
{
|
||||
BookingElement = 1,
|
||||
MarketData = 2,
|
||||
SystemCalc = 3,
|
||||
BooleanCheck = 4
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
namespace YLErp.DBModels
|
||||
{
|
||||
public enum RiskVariableDataType
|
||||
{
|
||||
Numeric = 1,
|
||||
Date = 2,
|
||||
Boolean = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user