@@ -222,6 +222,11 @@ public class BBom extends Entity<Long> {
@TableField("remark")
private String remark;
+ @ApiModelProperty(value = "产线")
+ @TableField("zone_id")
+ @Excel(name = "产线")
+ private Long zoneId;
+
@Builder
@@ -126,6 +126,11 @@ public class BomVersionInfo extends Entity<Long> {
@Excel(name = "备注")
public BomVersionInfo(Long id, LocalDateTime createTime, Long createUser, LocalDateTime updateTime, Long updateUser,
@@ -56,6 +56,11 @@ public class MMeterial extends Entity<Long> {
@Excel(name = "物料编码")
private String meterialCode;
/**
* 器材名称
*/
@@ -51,6 +51,11 @@ public class MToolClamp extends Entity<Long> {
@Excel(name = "物料编号")
private String no;
* 模型名称
@@ -63,6 +63,11 @@ public class Tray extends Entity<Long> {
@Excel(name = "名称")
private String name;
* 编号