Browse Source

notify 代码 userId

master
PoffyZhang 1 year ago
parent
commit
752b66f514
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pmapi/src/main/java/com/ningdatech/pmapi/sys/model/entity/Notify.java

+ 1
- 1
pmapi/src/main/java/com/ningdatech/pmapi/sys/model/entity/Notify.java View File

@@ -17,7 +17,7 @@ import java.time.LocalDateTime;
* @since 2023-03-21
*/
@Data
@TableName("wflow_notifys")
@TableName("nd_notifys")
@ApiModel(value = "消息通知", description = "消息通知")
public class Notify implements Serializable {



Loading…
Cancel
Save