lqc пре 4 година
родитељ
комит
a298bbbddc

+ 6 - 0
src/main/java/com/mokamrp/privates/mapper/pangu/pojo/FosterwxMobileVo.java

@@ -193,6 +193,12 @@ public class FosterwxMobileVo extends Model<FosterwxMobileVo> {
      */
      */
     private LocalDateTime updateAt;
     private LocalDateTime updateAt;
 
 
+    @TableField(exist = false)
+    private List<FosterwxMobileTaskTimeList> taskTimeLists;
+
+    @TableField(exist = false)
+    private Integer templateId;
+
 
 
     public Integer getId() {
     public Integer getId() {
         return id;
         return id;