|
@@ -50,25 +50,25 @@ public class CutterTestDataEntity extends Entity<Long> {
|
|
@Length(max = 128, message = "名称长度不能超过128")
|
|
@Length(max = 128, message = "名称长度不能超过128")
|
|
@TableField(value = "cutter_name", condition = LIKE)
|
|
@TableField(value = "cutter_name", condition = LIKE)
|
|
@Excel(name = "刀具名")
|
|
@Excel(name = "刀具名")
|
|
- private String cutterName;
|
|
|
|
|
|
+ private String cutterName ="";
|
|
|
|
|
|
@ApiModelProperty(value = "刀具类型(对刀仪)")
|
|
@ApiModelProperty(value = "刀具类型(对刀仪)")
|
|
@Length(max = 128, message = "名称长度不能超过128")
|
|
@Length(max = 128, message = "名称长度不能超过128")
|
|
@TableField(value = "cutter_typ", condition = LIKE)
|
|
@TableField(value = "cutter_typ", condition = LIKE)
|
|
@Excel(name = "刀具类型")
|
|
@Excel(name = "刀具类型")
|
|
- private String cutterTyp;
|
|
|
|
|
|
+ private String cutterTyp ="0";
|
|
|
|
|
|
@ApiModelProperty(value = "刀具类型(机床)")
|
|
@ApiModelProperty(value = "刀具类型(机床)")
|
|
@Length(max = 128, message = "名称长度不能超过128")
|
|
@Length(max = 128, message = "名称长度不能超过128")
|
|
@TableField(value = "cutter_typ_dnc", condition = LIKE)
|
|
@TableField(value = "cutter_typ_dnc", condition = LIKE)
|
|
@Excel(name = "刀具类型(机床)")
|
|
@Excel(name = "刀具类型(机床)")
|
|
- private String cutterTypDnc;
|
|
|
|
|
|
+ private String cutterTypDnc ="0";
|
|
|
|
|
|
@ApiModelProperty(value = "刀具子类型(机床)")
|
|
@ApiModelProperty(value = "刀具子类型(机床)")
|
|
@Length(max = 128, message = "名称长度不能超过128")
|
|
@Length(max = 128, message = "名称长度不能超过128")
|
|
@TableField(value = "cutter_typ_sub_dnc", condition = LIKE)
|
|
@TableField(value = "cutter_typ_sub_dnc", condition = LIKE)
|
|
@Excel(name = "刀具子类型(机床)")
|
|
@Excel(name = "刀具子类型(机床)")
|
|
- private String cutterTypSubDnc;
|
|
|
|
|
|
+ private String cutterTypSubDnc ="0";
|
|
|
|
|
|
@ApiModelProperty(value = "刀具长度-对应机床L或者车刀表zl代表刀具在z轴方向上的长度")
|
|
@ApiModelProperty(value = "刀具长度-对应机床L或者车刀表zl代表刀具在z轴方向上的长度")
|
|
@Length(max = 128, message = "名称长度不能超过128")
|
|
@Length(max = 128, message = "名称长度不能超过128")
|