From e20b7fc2f9380cb6addacfa97b1325edd74f11ac Mon Sep 17 00:00:00 2001
From: 张磊磊 <201175954@qq.com>
Date: 星期三, 06 十二月 2023 10:59:06 +0800
Subject: [PATCH] thing.js 原料消耗总量/详情

---
 hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/helmet/entity/TDataAi.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/helmet/entity/TDataAi.java b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/helmet/entity/TDataAi.java
index e403542..5ab6004 100644
--- a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/helmet/entity/TDataAi.java
+++ b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/helmet/entity/TDataAi.java
@@ -414,6 +414,8 @@
     private String signBigAvatar;
     private String signAvatar;
     private String videoBase64;
+    private String humanCoor;
+    private String faceAttrSum;
     /**
      * This field was generated by MyBatis Generator.
      * This field corresponds to the database table t_data_ai

--
Gitblit v1.9.3