@ -91,4 +91,9 @@ public class GridDetailResultDTO implements Serializable {
*/
private String mobile = "";
/**
* 网格排序
private Integer sort = 0;
}
@ -196,7 +196,8 @@
`code` AS 'code',
grid_type AS 'gridType',
contacts AS 'contacts',
mobile AS 'mobile'
mobile AS 'mobile',
sort AS gridSort
FROM
customer_grid
WHERE