WxXcxCustomerServiceMessageSendRes.java 266 Bytes
Newer Older
1
package com.yanzuoguang.wxxcx.servicecustomer.send;
xianjun's avatar
xianjun committed
2 3 4 5 6 7 8 9 10 11 12


import com.yanzuoguang.wxxcx.base.WxXcxResponseBaseError;

/**
 * 发送客服消息给用户 响应
 *
 * @author 李贤军
 */
public class WxXcxCustomerServiceMessageSendRes extends WxXcxResponseBaseError {
}