解决文件冲突代码
This commit is contained in:
@@ -32,11 +32,11 @@ public class PmsLedgerStaticDTO implements Serializable {
|
||||
/**
|
||||
* 根据单位统计监测点数量
|
||||
*/
|
||||
private HashMap<String,List<PmsSimpleDTO>> monitorStatisticsByDept;
|
||||
private List<List<PmsSimpleDTO.PmsSimpleOrg>> monitorStatisticsByDept;
|
||||
|
||||
/**
|
||||
*根据单位统计终端数量
|
||||
* 根据单位统计终端数量
|
||||
*/
|
||||
private HashMap<String,List<PmsSimpleDTO>> terminalStatisticsByDept;
|
||||
private List<List<PmsSimpleDTO.PmsSimpleOrg>> terminalStatisticsByDept;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user