no message
parent
03b8fbe116
commit
82c5ba51c0
|
|
@ -153,7 +153,7 @@ public class AsnDetail extends BaseEntity implements Serializable {
|
||||||
private Long sourceId;
|
private Long sourceId;
|
||||||
|
|
||||||
@Column(name = "`order_number`",nullable = false)
|
@Column(name = "`order_number`",nullable = false)
|
||||||
@ApiModelProperty(value = "工单号")
|
@ApiModelProperty(value = "箱号")
|
||||||
private String orderNumber;
|
private String orderNumber;
|
||||||
|
|
||||||
public void copy(AsnDetail source){
|
public void copy(AsnDetail source){
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@ public class ItemKey extends BaseEntity implements Serializable {
|
||||||
private Dept dept;
|
private Dept dept;
|
||||||
|
|
||||||
@Column(name = "`order_number`")
|
@Column(name = "`order_number`")
|
||||||
@ApiModelProperty(value = "工单号")
|
@ApiModelProperty(value = "箱号")
|
||||||
private String orderNumber;
|
private String orderNumber;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ public class Task extends BaseEntity implements Serializable {
|
||||||
private ItemKey itemKey;
|
private ItemKey itemKey;
|
||||||
|
|
||||||
@Column(name = "`bill_code`")
|
@Column(name = "`bill_code`")
|
||||||
@ApiModelProperty(value = "单据号")
|
@ApiModelProperty(value = "箱号")
|
||||||
private String billCode;
|
private String billCode;
|
||||||
|
|
||||||
@Column(name = "`task_type`")
|
@Column(name = "`task_type`")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue