feat():更新实体类

yuan
yuan 2024-08-27 11:07:50 +08:00
parent d6dbf1355b
commit 9ffc2533ad
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ public class RuleVersion extends BaseEntity {
*/
@TableId(value = "rule_version_id",type = IdType.AUTO)
private Long ruleVersionId ;
/**
* ID
*/
private Long ruleId ;
/**
*
*/