@@ -300,4 +300,9 @@ public class RecordsBaseVO {
* 毕业时间
*/
private LocalDate bysj;
+
+ /**
+ * 司龄
+ */
+ private Integer sl;
}