feat():更新实体类

yuan
yuan 2024-08-26 20:34:31 +08:00
parent f788f10199
commit 9c5cd26dc7
1 changed files with 5 additions and 0 deletions

View File

@ -66,6 +66,11 @@ public class RuleDataResp {
*/
@Schema(description = "规则状态",defaultValue = "Y",type = "String")
private String ruleStatus;
/**
*
*/
@Schema(description = "规则描述",type = "String")
private String ruleDescribe;
/**
*
*/