1.新增商品出入库成本价计算

2.新增后台商品列表接口,支持共享库存sku展示
This commit is contained in:
2024-06-26 14:01:03 +08:00
parent 98439a14b8
commit 273c4c64a6
12 changed files with 109 additions and 18 deletions

View File

@@ -46,7 +46,6 @@ public class OutAndOnDto {
* 应收金额
*/
private BigDecimal totalAmount;
@NonNull
private String type;
@NonNull
@@ -54,7 +53,6 @@ public class OutAndOnDto {
private String isImport="";
public String getBatchNumber() {
return batchNumber;
}