AipConstants.cs 256 B

12345678
  1. namespace Aip.Service.Aip.Models;
  2. public class AipConstants
  3. {
  4. public static readonly string AIP_RESULT_SUCCESS = "Success";
  5. public static readonly string AIP_RESULT_FAIL = "Fail";
  6. public static readonly string AIP_RESULT_ERROR = "Error";
  7. }