ocr识别修改
This commit is contained in:
@@ -21,6 +21,15 @@ import java.math.BigDecimal;
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public class OrderInfoAddDTO implements Serializable {
|
||||
/**
|
||||
* 上菜方式
|
||||
* 待起菜 PENDING_PREP
|
||||
* 待出菜 READY_TO_SERVE
|
||||
* 已出菜 SENT_OUT
|
||||
* 已上菜 DELIVERED
|
||||
* 已超时 EXPIRED
|
||||
*/
|
||||
private String subStatus;
|
||||
//限时折扣部分
|
||||
private LimitRateDTO limitRate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user