增加权限验证

This commit is contained in:
暮光:城中城
2018-12-02 21:12:04 +08:00
parent f3d2b4eeab
commit 67c584761d
70 changed files with 21137 additions and 366 deletions

View File

@@ -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> {

View File

@@ -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> {

View File

@@ -10,7 +10,7 @@ import java.io.Serializable;
*
* </p>
*
* @author hongli.zhang
* @author 暮光:城中城
* @since 2018-11-27
*/
public class ZyplayerStorage implements Serializable {

View File

@@ -10,7 +10,7 @@ import java.io.Serializable;
*
* </p>
*
* @author hongli.zhang
* @author 暮光:城中城
* @since 2018-11-27
*/
public class ZyplayerStorage implements Serializable {

View File

@@ -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> {

View File

@@ -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> {

View File

@@ -11,7 +11,7 @@ import org.springframework.stereotype.Service;
* 服务实现类
* </p>
*
* @author hongli.zhang
* @author 暮光:城中城
* @since 2018-11-27
*/
@Service

View File

@@ -11,7 +11,7 @@ import org.springframework.stereotype.Service;
* 服务实现类
* </p>
*
* @author hongli.zhang
* @author 暮光:城中城
* @since 2018-11-27
*/
@Service