From fa668c325f2dac348fb9f80c0c6c679f9ce1e41b Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期二, 10 三月 2026 18:28:17 +0800
Subject: [PATCH] 小程序 接口开发
---
server/dmmall_service/src/main/java/com/doumee/dao/system/model/SystemRole.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/server/dmmall_service/src/main/java/com/doumee/dao/system/model/SystemRole.java b/server/dmmall_service/src/main/java/com/doumee/dao/system/model/SystemRole.java
index 38a7b9e..b3b75a6 100644
--- a/server/dmmall_service/src/main/java/com/doumee/dao/system/model/SystemRole.java
+++ b/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)
--
Gitblit v1.9.3