wuxw
2018-12-16 e6f14a40e0f705360b1ed45b57a7b9eb56110d5d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.java110.community.smo;
 
import com.alibaba.fastjson.JSONObject;
import com.java110.common.exception.SMOException;
import com.java110.core.context.BusinessServiceDataFlow;
 
/**
 *
 * 用户信息管理,服务
 * Created by wuxw on 2017/4/5.
 */
public interface ICommunityServiceSMO {
 
 
    public JSONObject service(BusinessServiceDataFlow businessServiceDataFlow) throws SMOException;
 
}