All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dingtalkchengfeng_1_0.models.GetEmployeeInfoByWorkNoRequest Maven / Gradle / Ivy

There is a newer version: 2.1.88
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkchengfeng_1_0.models;

import com.aliyun.tea.*;

public class GetEmployeeInfoByWorkNoRequest extends TeaModel {
    /**
     * example:
     * 

305932

*/ @NameInMap("workNo") public String workNo; public static GetEmployeeInfoByWorkNoRequest build(java.util.Map map) throws Exception { GetEmployeeInfoByWorkNoRequest self = new GetEmployeeInfoByWorkNoRequest(); return TeaModel.build(map, self); } public GetEmployeeInfoByWorkNoRequest setWorkNo(String workNo) { this.workNo = workNo; return this; } public String getWorkNo() { return this.workNo; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy