DictUtils.ts 69 B

12345
  1. const DictUtils = {
  2. YES: '1',
  3. NO: '0'
  4. }
  5. export default DictUtils