You've already forked FrameTour-BE
订单类型,名称变更
This commit is contained in:
@ -13,7 +13,7 @@ import lombok.NoArgsConstructor;
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public enum SourceTypeNameEnum {
|
||||
ORIGINAL_FILM_SET(1, "原片集"),
|
||||
ORIGINAL_FILM_SET(1, "录像集"),
|
||||
PHOTO_GALLERY(2, "照片集"),
|
||||
UNKNOWN(-1, "未知");
|
||||
private int type;
|
||||
|
Reference in New Issue
Block a user