This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liushuai
/
hz-project-management
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
28
Wiki
Activity
Browse Source
notify 代码 userId
master
PoffyZhang
1 year ago
parent
db036f2bd4
commit
752b66f514
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 {
Write
Preview
Loading…
Cancel
Save