6 changed files with 40 additions and 8 deletions
@ -0,0 +1,13 @@ |
|||
package com.yxt.supervise.report.api.riskmessageslog; |
|||
|
|||
import lombok.Data; |
|||
|
|||
/** |
|||
* @author wangpengfei |
|||
* @date 2023/9/15 8:54 |
|||
*/ |
|||
@Data |
|||
public class TemplateMessageVo { |
|||
private String shName; |
|||
private String time; |
|||
} |
Loading…
Reference in new issue