IT-KIMI_SHI\SINOIT.KIMI
2018-12-07 50eb1d766c470dc6ff927199eaee934f972a8b70
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*************************************************************************
 * Copyright (C) Unpublished JiuDaoTech Software, Inc. All rights reserved.
 * JiuDaoTech Software, Inc., Confidential and Proprietary.
 * <p>
 * This software is subject to copyright protection
 * under the laws of the Public of China and other countries.
 * <p>
 * Unless otherwise explicitly stated, this software is provided
 * by JiuDaoTech "AS IS".
 *************************************************************************/
package dao.mapper.system;
 
import core.plugin.mybatis.annotation.MapperMaker;
import model.system.SystemMetaData;
 
/**
 * <p>
 * 系统元数据Mappper
 *
 * @author CSJ
 */
@MapperMaker
public interface SystemMetaDataMapper {
 
    SystemMetaData querySystemMetaDataAsObject();
 
}