feat:正新菜品token

This commit is contained in:
苏竹红
2025-05-13 18:41:55 +08:00
parent a9a7f027db
commit c9b6ccdee4
8 changed files with 256 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
package com.cool.store.dto;
import lombok.Data;
/**
* @Author suzhuhong
* @Date 2025/5/13 17:02
* @Version 1.0
*/
@Data
public class FoodTokenDTO {
private String mobile ;
}