| src/main/java/org/springblade/modules/patrol/vo/PatrolRecordVO.java | ●●●●● patch | view | raw | blame | history |
src/main/java/org/springblade/modules/patrol/vo/PatrolRecordVO.java
@@ -6,10 +6,6 @@ @Data public class PatrolRecordVO extends PatrolRecord { /** * 任务巡查路线 */ private String taskRoute; /** * 组名称 @@ -32,41 +28,8 @@ private String description; /** * 巡查时间 */ private String patrolTime; /** * 巡查人id */ private String toUserId; /** * 巡查人名 */ private String toUserName; /** * 联系方式 */ private String phone; /** * 任务名称 */ private String taskName; /** * 水库编码 */ private String resGuid; /** * 水库名称 */ private String resName; /** * 水库注册登记码 */ private String resRegCode; /** * 水库所在位置 */ private String resLoc; }