Commit 164b3861 by huangZW

1111

parent 81c6e732
package com.gic.haoban.manage.api.dto; package com.gic.haoban.manage.api.dto;
import java.io.Serializable;
/** /**
* Created by tgs on 2020/2/9. * Created by tgs on 2020/2/9.
*/ */
public class EnterpriseDetailDTO { public class EnterpriseDetailDTO implements Serializable{
/**
*
*/
private static final long serialVersionUID = 1L;
private String wxEnterpriseRelatedId; private String wxEnterpriseRelatedId;
private String enterpriseName; private String enterpriseName;
private String wxEnterpriseId; private String wxEnterpriseId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment