类 JobResultDetail

java.lang.Object
com.github.shuaidd.dto.tool.JobResultDetail

public class JobResultDetail extends Object
描述
作者:
ddshuai date 2019-04-06 20:53
  • 字段详细资料

    • userId

      private String userId
      type为sync_user、replace_user
    • action

      private Integer action
      操作类型(按位或):1 新建部门 ,2 更改部门名称, 4 移动部门, 8 修改部门排序
    • partyId

      private Integer partyId
  • 构造器详细资料

    • JobResultDetail

      public JobResultDetail()
  • 方法详细资料

    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • getAction

      public Integer getAction()
    • setAction

      public void setAction(Integer action)
    • getPartyId

      public Integer getPartyId()
    • setPartyId

      public void setPartyId(Integer partyId)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object