git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1331 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
@@ -18,5 +18,12 @@ public interface RegisterLogService {
* @param idStr
*/
public void upLoadSuccessRegister(List<Long> ids);
+
+ /**
+ * 获取企业注册信息
+ * @param enUU
+ * @return
+ */
+ public List<RegisterRecord> getRegisterLog(Long enUU);
}