rk
2026-03-23 6cfc2e4258089c953b67054229170c1178585590
server/dmmall_service/src/main/java/com/doumee/dao/system/model/SystemRole.java
@@ -1,5 +1,6 @@
package com.doumee.dao.system.model;
import com.baomidou.mybatisplus.annotation.TableName;
import com.doumee.core.constants.OperaType;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@@ -19,6 +20,7 @@
 */
@Data
@ApiModel("系统角色")
@TableName("`system_role`")
public class SystemRole implements Serializable {
    @TableId(type = IdType.AUTO)