@etsoo/smarterp-core
Version:
TypeScript APIs for SmartERP Core
38 lines (37 loc) • 946 B
JavaScript
/**
* Template document kind, the value should not exceed 20 characters
* 模板文档类型,值不能超过20个字符
*/
export var DocumentKind;
(function (DocumentKind) {
/**
* CMS asset check alert
* CMS资产检查警告
*/
DocumentKind["CMSASSETCHECKALERT"] = "CMSASSETCHECKALERT";
/**
* CMS asset expiry alert
* CMS资产过期警告
*/
DocumentKind["CMSASSETEXPIRYALERT"] = "CMSASSETEXPIRYALERT";
/**
* CMS customer data
* CMS客户数据
*/
DocumentKind["CMSCUSTOMERDATA"] = "CMSCUSTOMERDATA";
/**
* CMS order data
* CMS订单数据
*/
DocumentKind["CMSORDERDATA"] = "CMSORDERDATA";
/**
* CMS PO data
* CMS采购数据
*/
DocumentKind["CMSPODATA"] = "CMSPODATA";
/**
* CMS stock data
* CMS库存数据
*/
DocumentKind["CMSSTOCKDATA"] = "CMSSTOCKDATA";
})(DocumentKind || (DocumentKind = {}));