feat():修改common-core版本
parent
9dd07c5d7e
commit
2a14f7c948
|
@ -20,7 +20,7 @@
|
|||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-common-core</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>3.6.3</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
@ -51,7 +51,7 @@ public class RuleDataUpdReq {
|
|||
*/
|
||||
@NotEmpty(message = "规则作用域不可为空")
|
||||
@IsSysRuleRegion
|
||||
@Schema(description = "规则作用域",defaultValue = "数据字段",type = "String")
|
||||
@Schema(description = "规则作用域",defaultValue = "F",type = "String")
|
||||
private String ruleRegion;
|
||||
/**
|
||||
* 规则状态
|
||||
|
|
Loading…
Reference in New Issue