yujian
2019-05-28 111c99cc49f7d466b93c287610abbd39fe690413
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);
 
}