耗材记录接口修改

This commit is contained in:
张松
2025-04-10 09:13:23 +08:00
parent b915389954
commit d76ccdfbb0
4 changed files with 25 additions and 15 deletions

View File

@@ -97,6 +97,7 @@ public class ConsStockFlowDTO implements Serializable {
* 商品id
*/
private Long productId;
private String productName;
/**
* sku id
*/
@@ -127,4 +128,4 @@ public class ConsStockFlowDTO implements Serializable {
*/
private String remark;
}
}