feat():更新实体类
parent
f788f10199
commit
9c5cd26dc7
|
@ -66,6 +66,11 @@ public class RuleDataResp {
|
|||
*/
|
||||
@Schema(description = "规则状态",defaultValue = "Y",type = "String")
|
||||
private String ruleStatus;
|
||||
/**
|
||||
* 规则描述
|
||||
*/
|
||||
@Schema(description = "规则描述",type = "String")
|
||||
private String ruleDescribe;
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue