All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dahuatech.icc.brm.model.v202010.person.BrmPersonBatchAddResponse Maven / Gradle / Ivy

The newest version!
package com.dahuatech.icc.brm.model.v202010.person;

import com.dahuatech.icc.oauth.http.IccResponse;

/**
 * @author 232676
 * @since 1.0.0 2020/11/9 11:19
 */
public class BrmPersonBatchAddResponse extends IccResponse {

    public BrmPersonBatchAddResponse(){}

    public BrmPersonBatchAddResponse(String code, String errMsg, boolean success){
        super(code, errMsg, success);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy