ValidateApiSuccess typedef

ValidateApiSuccess = bool Function(BaseEntity data)

用于自定义判断接口返回的数据是否正确

Implementation

typedef ValidateApiSuccess = bool Function(BaseEntity data);