wms-查询条件id
This commit is contained in:
+3
@@ -10,6 +10,9 @@ import lombok.Data;
|
|||||||
public class CopyCodeReferenceDO extends BaseVOEntity {
|
public class CopyCodeReferenceDO extends BaseVOEntity {
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
|
@ApiModelProperty("ID")
|
||||||
|
private Long id;
|
||||||
|
|
||||||
@ApiModelProperty("货主ID")
|
@ApiModelProperty("货主ID")
|
||||||
private Long shipperId;
|
private Long shipperId;
|
||||||
|
|
||||||
|
|||||||
+3
@@ -12,6 +12,9 @@ import lombok.Data;
|
|||||||
public class CopyCodeReferenceDTO extends BaseVOEntity {
|
public class CopyCodeReferenceDTO extends BaseVOEntity {
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
|
@ApiModelProperty("ID")
|
||||||
|
private Long id;
|
||||||
|
|
||||||
@ApiModelProperty("货主ID")
|
@ApiModelProperty("货主ID")
|
||||||
private Long shipperId;
|
private Long shipperId;
|
||||||
|
|
||||||
|
|||||||
+1
@@ -47,4 +47,5 @@ public class CopyCodeReferenceApi extends BaseController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -96,6 +96,9 @@
|
|||||||
<if test="batchNumber != null and batchNumber != ''">
|
<if test="batchNumber != null and batchNumber != ''">
|
||||||
AND batch_number = #{batchNumber}
|
AND batch_number = #{batchNumber}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="id != null and id != ''">
|
||||||
|
AND id = #{id}
|
||||||
|
</if>
|
||||||
<!-- <if test="boxPalletNo != null and boxPalletNo != ''">-->
|
<!-- <if test="boxPalletNo != null and boxPalletNo != ''">-->
|
||||||
<!-- AND box_pallet_no = #{boxPalletNo}-->
|
<!-- AND box_pallet_no = #{boxPalletNo}-->
|
||||||
<!-- </if>-->
|
<!-- </if>-->
|
||||||
|
|||||||
Reference in New Issue
Block a user