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

com.rt.service.BaseService Maven / Gradle / Ivy

There is a newer version: 1.1.17
Show newest version
package com.rt.service;

import com.rt.core.log.Log;

/**
 * 所有Service的基类
 *
 * @author msc
 */
public abstract class BaseService implements Service {

    protected Log log = Log.getLog(this.getClass());

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy