|
@@ -16,7 +16,7 @@ import java.io.Serializable;
|
|
|
@Getter
|
|
@Getter
|
|
|
@Setter
|
|
@Setter
|
|
|
@SearchBean(tables = "phone_area_code",
|
|
@SearchBean(tables = "phone_area_code",
|
|
|
- orderBy = "sorted")
|
|
|
|
|
|
|
+ orderBy = "sorted desc")
|
|
|
@JsonInclude(JsonInclude.Include.NON_NULL)
|
|
@JsonInclude(JsonInclude.Include.NON_NULL)
|
|
|
public class PhoneAreaCodeView implements Serializable {
|
|
public class PhoneAreaCodeView implements Serializable {
|
|
|
|
|
|