rk
20 小时以前 f9e4883831956328e73f4df77c8d6887a0f8d70b
server/dmmall_service/src/main/java/com/doumee/dao/system/model/SystemUserRole.java
@@ -1,5 +1,6 @@
package com.doumee.dao.system.model;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import com.baomidou.mybatisplus.annotation.IdType;
@@ -16,6 +17,7 @@
 */
@Data
@ApiModel("用户角色关联")
@TableName("`system_user_role`")
public class SystemUserRole implements Serializable {
    @ApiModelProperty(value = "主键", example = "1")