Class SysUserType

java.lang.Object
com.elitesland.ystdms.sys.dto.cloudt.SysUserType
All Implemented Interfaces:
Serializable

public class SysUserType extends Object implements Serializable
See Also:
  • Constructor Details

    • SysUserType

      public SysUserType()
    • SysUserType

      public SysUserType(String userType)
    • SysUserType

      public SysUserType(String userType, String identityId)
  • Method Details

    • getUserType

      public String getUserType()
    • setUserType

      public void setUserType(String userType)
    • getIdentityId

      public String getIdentityId()
    • setIdentityId

      public void setIdentityId(String identityId)