git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@2825 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
@@ -159,5 +159,12 @@ public interface EnterpriseService {
*/
public Enterprise findByEnUU(Long enUU);
+ /**
+ * 通过ERP直接注册开通企业信息
+ * @param newEnterprise
+ * @return
+ */
+ public Enterprise registerERPEnterprise(Enterprise newEnterprise);
+
}