@@ -59,8 +59,17 @@ public class SysDeptResponseVo implements Serializable {
* 账号
*/
private String accountNumber;
- /** 法定代表人 */
+ /**
+ * 法定代表人
+ */
private String leader;
- /** 邮政编码 */
+ * 邮政编码
private String email;
+
+ * 采购服务站名称
+ private String purchaseServices;
}