RiskEarlyWarningService.java 261 Bytes
Newer Older
afe's avatar
afe committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
package com.hp.cmsz.service;

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

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

}