类 GlAccountCompanyRelationship.Builder
java.lang.Object
com.lark.oapi.service.mdm.v1.model.GlAccountCompanyRelationship.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()companyCode(String companyCode) 公司编码glAccountCode(String glAccountCode) 会计科目编码glAccountCompanyRelationshipUid(String glAccountCompanyRelationshipUid) 会计科目公司关系唯一ID有效期至,格式:yyyy-MM-dd
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
glAccountCode
会计科目编码示例值:U1404733114483220480
- 参数:
glAccountCode-- 返回:
-
companyCode
公司编码示例值:U1404700185187065856
- 参数:
companyCode-- 返回:
-
glAccountCompanyRelationshipUid
public GlAccountCompanyRelationship.Builder glAccountCompanyRelationshipUid(String glAccountCompanyRelationshipUid) 会计科目公司关系唯一ID示例值:U1404732747611643904
- 参数:
glAccountCompanyRelationshipUid-- 返回:
-
validTo
有效期至,格式:yyyy-MM-dd示例值:2021-12-31
- 参数:
validTo-- 返回:
-
build
-