songhuangfeng123
2022-07-27 c6f2b7fb231ff48e39ec71bd1de0dfacc75fa59d
emergency/emergency-service/src/main/java/com/gkhy/safePlatform/emergency/entity/EmergencyPlanLogInfo.java
@@ -24,7 +24,7 @@
    private Long planId;
    private Long userUId;
    private Long userUid;
    private Date startCreate;
@@ -86,12 +86,12 @@
        this.planId = planId;
    }
    public Long getUserUId() {
        return userUId;
    public Long getUserUid() {
        return userUid;
    }
    public void setUserUId(Long userUId) {
        this.userUId = userUId;
    public void setUserUid(Long userUid) {
        this.userUid = userUid;
    }
    public Date getStartCreate() {
@@ -120,7 +120,7 @@
                ", createUid=" + createUid +
                ", updateUid=" + updateUid +
                ", planId=" + planId +
                ", userUId=" + userUId +
                ", userUid=" + userUid +
                ", startCreate=" + startCreate +
                ", remark='" + remark + '\'' +
                '}';