@@ -50,4 +50,9 @@ public class SmsCheckCustomerInfoBecomeDue implements Serializable {
private String updateBy;
/** 更新时间 */
private Date updateTime;
+ /** */
+ private String staff_no;
+ /** 机构 */
+ private String sys_org_code;
+
}