代客下单 单位回填

This commit is contained in:
wangw 2024-12-02 15:48:25 +08:00
parent 87804eba1b
commit 6e5ed249ad
1 changed files with 5 additions and 4 deletions

View File

@ -57,18 +57,19 @@ public class TbProductNewVo {
switch (this.type) {
case "normal":
this.typeEnum = "普通商品";
break;
case "weigh":
this.typeEnum = "称重商品";
break;
return;
case "coupon":
this.typeEnum = "优惠券";
break;
return;
case "package":
this.typeEnum = "套餐商品";
break;
return;
default:
this.typeEnum = typeEnum;
break;
return;
}
switch (typeEnum) {
case "normal":