feat: update

This commit is contained in:
landaiqing
2024-06-20 01:04:38 +08:00
parent f58aa8279e
commit d51a836cf4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<parent>
<groupId>com.schisandra</groupId>
<artifactId>schisandra-cloud-storage-auth</artifactId>

View File

@@ -1,12 +1,11 @@
package com.schisandra.auth.domain.service;
import com.schisandra.auth.domain.bo.SchisandraAuthRolePermissionBO;
import com.schisandra.auth.infra.basic.entity.SchisandraAuthRolePermission;
import java.util.List;
/**
* 领域service
* 领域service
*
* @author landaiqing
* @since 2024-06-02 00:14:38