代码重新提交

This commit is contained in:
wr
2023-05-16 09:39:08 +08:00
parent 889039f2b4
commit 412cbc4124
21 changed files with 26 additions and 61 deletions

View File

@@ -35,7 +35,7 @@ public class PmsLedgerStaticDTO implements Serializable {
private List<List<PmsSimpleDTO.PmsSimpleOrg>> monitorStatisticsByDept;
/**
* 根据单位统计终端数量
*根据单位统计终端数量
*/
private List<List<PmsSimpleDTO.PmsSimpleOrg>> terminalStatisticsByDept;

View File

@@ -38,7 +38,7 @@ public class PmsMonitorBaseDTO implements Serializable {
private String powerrId;
/***
* 终端ID
*终端ID
*/
private String terminalId;

View File

@@ -31,7 +31,7 @@ public class PmsSimpleDTO implements Serializable {
@Data
public static class PmsSimpleOrg extends PmsSimpleDTO{
@ApiModelProperty(name = "OrgName", value = "部门名称")
private String OrgName;
@ApiModelProperty(name = "orgName", value = "部门名称")
private String orgName;
}
}