Sign in

wms / hhwms · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • hhwms
  • ..
  • domain
  • CrmResponse.java
  • fix:sn对接crm;快递信息推送企微;
    dd38ee21
    周鸿 authored
    2025-09-10 15:35:54 +0800  
    Browse Code »
CrmResponse.java 346 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
package com.huaheng.api.crm.domain;


import lombok.Data;

import java.io.Serializable;

/**
 * 【请填写功能名称】表 kuaidi_header
 *
 * @author huaheng
 * @date 2022-09-07
 */
@Data
public class CrmResponse  {


    private Boolean success;

    private String token;

    private Integer expires_in;

    private String token_type;
}