From 7951879338b046e000d39ebb6fbcfae16ff47324 Mon Sep 17 00:00:00 2001 From: whycxzp <perryhsu@163.com> Date: 星期日, 25 六月 2023 10:33:36 +0800 Subject: [PATCH] sop接口更新 --- src/main/java/com/whyc/pojo/SOP.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/pojo/SOP.java b/src/main/java/com/whyc/pojo/SOP.java index 531ad4a..09e6dfa 100644 --- a/src/main/java/com/whyc/pojo/SOP.java +++ b/src/main/java/com/whyc/pojo/SOP.java @@ -1,6 +1,7 @@ package com.whyc.pojo; import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableName; import com.fasterxml.jackson.annotation.JsonFormat; import java.util.Date; @@ -10,6 +11,7 @@ /** * SOP:鎿嶄綔鎸囧涔� */ +@TableName("tb_sop") public class SOP { private Integer id; @@ -44,6 +46,7 @@ * {"娴嬭瘯":["娴�1","娴�2"} * ] */ + @TableField(exist = false) private List<Map<String,List<String>>> fileTypeList; @TableField(exist = false) -- Gitblit v1.9.1