添加耗材功能

This commit is contained in:
韩鹏辉 2024-07-03 15:23:47 +08:00
parent 114c9917bd
commit bb6954d189
1 changed files with 2 additions and 0 deletions

View File

@ -64,5 +64,7 @@ public class ViewConSkuDto implements Serializable {
/** 商品名称 */
private String name;
private String price;
}