alldigitalrewards/industryprogramenum

该软件包最新版本(1.0.0)没有提供许可证信息。

用于识别程序所属行业的库。

1.0.0 2022-10-26 20:17 UTC

This package is auto-updated.

Last update: 2024-09-27 00:08:16 UTC


README

这是一个 AllDigitalRewards 行业程序枚举库。
它集中了我们应用服务的程序行业列表。

安装

通过 Composer

composer require alldigitalrewards/industryprogramenum

当前级别

    const Health_Wellness = 1
    const Channel_Sales = 2
    const Employee_Recognition = 3
    const Consumer = 4
    const Market_Research = 5
    const Loyalty_Marketing = 6
    const Rebates = 7

##使用方法

refer to tests 

测试

composer test