package com.hp.cmsz.service;

import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.Transactional;

/**
 * 
 * @author sophia
 *
 */
@Component
@Transactional(readOnly=true)
public class GranularityService {

}