新增物料远程调用问题

This commit is contained in:
zhou-hongcheng
2026-03-12 09:02:17 +08:00
parent b24e26c138
commit c14f3f766b
3 changed files with 21 additions and 2 deletions
@@ -211,5 +211,15 @@ public class MaterialBaseInfoFeign extends BaseVOEntity{
@ApiModelProperty("币制")
private String currency;
@ApiModelProperty("货主编码")
@Excel(name = "货主编码")
private String shipperCode;
@ApiModelProperty("复合条件查询 物料名称 物料编码 物料条码")
private String compoundOrQuery;
@ApiModelProperty("批次ID")
private Long batchId;
}