Class WxappProfile

java.lang.Object
cn.herodotus.engine.core.definition.domain.AbstractDto
cn.herodotus.engine.rest.servlet.upms.dto.WxappProfile
All Implemented Interfaces:
cn.herodotus.engine.core.definition.domain.BaseDomain, cn.herodotus.engine.core.definition.domain.BaseDto, Serializable

public class WxappProfile extends cn.herodotus.engine.core.definition.domain.AbstractDto

Description: 微信小程序登录请求实体

Author:
: gengwei.zheng
See Also:
Date:
: 2022/1/26 14:44
  • Constructor Details

    • WxappProfile

      public WxappProfile()
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getAppId

      public String getAppId()
    • setAppId

      public void setAppId(String appId)