@@ -128,4 +128,9 @@ public class WmTaskSettleNoteOutput {
* 用户姓名
*/
private String realName;
+
+ /**
+ * 用户手机号
+ */
+ private String username;
}