source: src/main/java/edu/gjoko/schedlr/entity/BusinessStatus.java@ 46fd0c7

Last change on this file since 46fd0c7 was 46fd0c7, checked in by Gjoko Kostadinov <gjoko.kostadinov@…>, 16 months ago

Add admin page initial work.

  • Property mode set to 100644
File size: 99 bytes
Line 
1package edu.gjoko.schedlr.entity;
2
3public enum BusinessStatus {
4 NEW,
5 ACTIVE,
6 BLOCKED
7}
Note: See TracBrowser for help on using the repository browser.