于紫祥_1901
2020-11-06 0099e6c9db0c858cb6905477830c79305dca39bb
src/main/java/com/moral/entity/MonitorPoint.java
@@ -1,5 +1,7 @@
package com.moral.entity;
import java.util.List;
import javax.persistence.Id;
import javax.persistence.Transient;
@@ -96,7 +98,15 @@
     */
    private String description;
    @Transient
    private Integer state;
    @Transient
    private AreaNames areaNames;
    @Transient
    private Organization organization;
    private Long townCode;
    private Long villageCode;
    @Transient
    private List<Device> devices;
}