admin
2019-05-24 d126b83f5d65f612ec93475b976fc5b5e2d6132a
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
package com.yeshi.fanli.service.inter.monitor;
 
/**
 * 报警服务
 * 
 * @author Administrator
 *
 */
public interface BusinessEmergent110Service {
 
    /**
     * 分享出错
     * 
     * @param identifyCode
     *            标识唯一编码
     */
    public void shareTaoBaoGoodsError(String identifyCode);
 
    /**
     * 自购淘宝商品出错
     * 
     * @param identifyCode
     */
    public void buyTaoBaoGoodsError(String identifyCode);
 
}