mall + trade:

1、增加配送信息
This commit is contained in:
YunaiV
2023-07-02 12:55:15 +08:00
parent 6fc724545b
commit 9b90320985
8 changed files with 50 additions and 20 deletions

View File

@ -15,6 +15,7 @@ import java.util.Arrays;
@AllArgsConstructor
public enum DeliveryTypeEnum implements IntArrayValuable {
NULL(0, "无需物流"),
EXPRESS(1, "快递发货"),
PICK_UP(2, "用户自提"),;