7 changed files with 80 additions and 15 deletions
			
			
		@ -0,0 +1,20 @@
					 | 
				
			||||
package com.hnac.hzims.bigmodel.interactive.vo; | 
				
			||||
 | 
				
			||||
import com.fasterxml.jackson.annotation.JsonFormat; | 
				
			||||
import lombok.Data; | 
				
			||||
import org.springblade.core.tool.utils.DateUtil; | 
				
			||||
 | 
				
			||||
import java.io.Serializable; | 
				
			||||
 | 
				
			||||
/** | 
				
			||||
 * @Author: huangxing | 
				
			||||
 * @Date: 2024/05/24 10:26 | 
				
			||||
 */ | 
				
			||||
@Data | 
				
			||||
public class RealDataVO implements Serializable { | 
				
			||||
 | 
				
			||||
    private String time; | 
				
			||||
 | 
				
			||||
    private String value; | 
				
			||||
 | 
				
			||||
} | 
				
			||||
@ -0,0 +1,37 @@
					 | 
				
			||||
<html> | 
				
			||||
<head> | 
				
			||||
    <style> | 
				
			||||
        table { | 
				
			||||
            border-collapse: collapse; | 
				
			||||
            border: 2px solid #333; | 
				
			||||
        } | 
				
			||||
 | 
				
			||||
        table td { | 
				
			||||
            border-collapse: collapse; | 
				
			||||
            border: 1px solid #333; | 
				
			||||
            padding: 5px; | 
				
			||||
            font-size: 14px; | 
				
			||||
            font-weight: bold; | 
				
			||||
            text-align: center; | 
				
			||||
            font-family: SimSun; | 
				
			||||
        } | 
				
			||||
    </style> | 
				
			||||
</head> | 
				
			||||
<body> | 
				
			||||
<table> | 
				
			||||
    <tr> | 
				
			||||
        <td width="100">工器具名称</td> | 
				
			||||
        <td width="200">${data_1}</td> | 
				
			||||
    </tr> | 
				
			||||
    <tr> | 
				
			||||
        <td>创建日期</td> | 
				
			||||
        <td>${data_2}</td> | 
				
			||||
    </tr> | 
				
			||||
    <tr> | 
				
			||||
        <td colspan="2" style="text-align: center"> | 
				
			||||
            <img src="${data_3}" width="250"/> | 
				
			||||
        </td> | 
				
			||||
    </tr> | 
				
			||||
</table> | 
				
			||||
</body> | 
				
			||||
</html> | 
				
			||||
					Loading…
					
					
				
		Reference in new issue