Explorar el Código

notify 代码 userId

tags/24080901
PoffyZhang hace 1 año
padre
commit
752b66f514
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 Ver fichero

@@ -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 {



Cargando…
Cancelar
Guardar