package com.yanzuoguang.wxxcx.logistics.printer;
/***
* 获取打印员。若需要使用微信打单 PC 软件,才需要调用
*
* @author:heyanou
*/
public class WxLogisticsGetPrinterDataReq {
/***
* <p>
* 是否必填:是
* 描述:接口调用凭证
* </p>
*/
private String access_token;
public String getAccess_token() {
return access_token;
}
public void setAccess_token(String access_token) {
this.access_token = access_token;
}
}
-
heyanou authoredb1e0d659