All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.founder.core.mapper.ChisCustMapper Maven / Gradle / Ivy

There is a newer version: 3.2.3.2
Show newest version
package com.founder.core.mapper;

import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Select;
import org.springframework.stereotype.Component;

import java.util.Date;

/**
 * 门诊服务统一接口
 * chis4cloud-mz
 */
@Component
@Mapper
public interface ChisCustMapper {

    /**
     * 获取数据库日期
     * @return
     */
    @Select("Select CONVERT(varchar(100), GETDATE(), 120)")
    Date jms_getDateTime();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy