feat():更新实体类
parent
d6dbf1355b
commit
9ffc2533ad
|
@ -30,6 +30,10 @@ public class RuleVersion extends BaseEntity {
|
|||
*/
|
||||
@TableId(value = "rule_version_id",type = IdType.AUTO)
|
||||
private Long ruleVersionId ;
|
||||
/**
|
||||
* 规则ID
|
||||
*/
|
||||
private Long ruleId ;
|
||||
/**
|
||||
* 版本类
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue