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