src/main/java/com/whyc/pojo/ProductBom.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/java/com/whyc/pojo/ProductBomHistory.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/whyc/pojo/ProductBom.java
@@ -1,8 +1,6 @@ package com.whyc.pojo; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import io.swagger.annotations.ApiModelProperty; import org.apache.ibatis.type.Alias; @@ -46,7 +44,9 @@ private String surfaceDetail; @ApiModelProperty("备注") private String notes; @TableField(exist = false) private String pictureUrl; @TableField(exist = false) private String fileUrl; @ApiModelProperty("上传人") private Long upUserId; @@ -58,6 +58,7 @@ private Integer version; @ApiModelProperty("工程图纸url") @TableField(exist = false) private String dwgUrl; @TableField(exist = false) src/main/java/com/whyc/pojo/ProductBomHistory.java
@@ -42,7 +42,9 @@ private String surfaceDetail; @ApiModelProperty("备注") private String notes; @TableField(exist = false) private String pictureUrl; @TableField(exist = false) private String fileUrl; @ApiModelProperty("上传人") private Long upUserId; @@ -51,6 +53,7 @@ private Integer version; @ApiModelProperty("工程图纸url") @TableField(exist = false) private String dwgUrl; @TableField(exist = false)