增加权限验证
This commit is contained in:
@@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
* Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author hongli.zhang
|
||||
* @author 暮光:城中城
|
||||
* @since 2018-11-27
|
||||
*/
|
||||
public interface ZyplayerStorageMapper extends BaseMapper<ZyplayerStorage> {
|
||||
|
||||
@@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
* Mapper 接口
|
||||
* </p>
|
||||
*
|
||||
* @author hongli.zhang
|
||||
* @author 暮光:城中城
|
||||
* @since 2018-11-27
|
||||
*/
|
||||
public interface ZyplayerStorageMapper extends BaseMapper<ZyplayerStorage> {
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.io.Serializable;
|
||||
*
|
||||
* </p>
|
||||
*
|
||||
* @author hongli.zhang
|
||||
* @author 暮光:城中城
|
||||
* @since 2018-11-27
|
||||
*/
|
||||
public class ZyplayerStorage implements Serializable {
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.io.Serializable;
|
||||
*
|
||||
* </p>
|
||||
*
|
||||
* @author hongli.zhang
|
||||
* @author 暮光:城中城
|
||||
* @since 2018-11-27
|
||||
*/
|
||||
public class ZyplayerStorage implements Serializable {
|
||||
|
||||
@@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
|
||||
* 服务类
|
||||
* </p>
|
||||
*
|
||||
* @author hongli.zhang
|
||||
* @author 暮光:城中城
|
||||
* @since 2018-11-27
|
||||
*/
|
||||
public interface ZyplayerStorageService extends IService<ZyplayerStorage> {
|
||||
|
||||
@@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
|
||||
* 服务类
|
||||
* </p>
|
||||
*
|
||||
* @author hongli.zhang
|
||||
* @author 暮光:城中城
|
||||
* @since 2018-11-27
|
||||
*/
|
||||
public interface ZyplayerStorageService extends IService<ZyplayerStorage> {
|
||||
|
||||
@@ -11,7 +11,7 @@ import org.springframework.stereotype.Service;
|
||||
* 服务实现类
|
||||
* </p>
|
||||
*
|
||||
* @author hongli.zhang
|
||||
* @author 暮光:城中城
|
||||
* @since 2018-11-27
|
||||
*/
|
||||
@Service
|
||||
|
||||
@@ -11,7 +11,7 @@ import org.springframework.stereotype.Service;
|
||||
* 服务实现类
|
||||
* </p>
|
||||
*
|
||||
* @author hongli.zhang
|
||||
* @author 暮光:城中城
|
||||
* @since 2018-11-27
|
||||
*/
|
||||
@Service
|
||||
|
||||
Reference in New Issue
Block a user