实时报表统计接口实现

This commit is contained in:
zhangdongxu
2018-07-16 14:36:43 +08:00
parent 4f48d3862e
commit 7a262b72a8
11 changed files with 862 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
package com.nis.domain.restful;
public class NtcServiceReport extends NtcReportEntity<NtcServiceReport>{
private static final long serialVersionUID = -1343092528265818679L;
}