This website requires JavaScript.
Explore
Help
Register
Sign In
yixr
/
localhost_oa_front
Watch
1
Star
0
Fork
You've already forked localhost_oa_front
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b2db3f82f1
Branches
Tags
No results found.
localhost_oa_front
/
src
/
enums
/
dictEnum.ts
5 lines
102 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: contract 模块
2024-02-29 16:51:37 +08:00
export
enum
DictEnum
{
feat: 原材料盘点表
2024-03-04 14:17:40 +08:00
ContractType
=
'contract_type'
,
// 合同类型
Unit
=
'unit'
,
// 单位
feat: contract 模块
2024-02-29 16:51:37 +08:00
}