1.代客下单先付款后付款操作

This commit is contained in:
2024-08-21 14:56:08 +08:00
parent b7708d82e1
commit fbea2c6670
6 changed files with 61 additions and 7 deletions

View File

@@ -8,4 +8,5 @@ import lombok.EqualsAndHashCode;
@Data
public class TbShopTableVO extends TbShopTable {
private Integer userId;
private String masterId;
}