YpDictConstant.java 475 B

12345678910111213141516171819202122232425
  1. package thyyxxk.webserver.entity.medicine;
  2. /**
  3. * @ClassName YpDidctinc
  4. * @Author hsh
  5. * @Date 2024/1/31 14:22
  6. * @Version 1.0
  7. * @Description 药品相关常量
  8. **/
  9. public class YpDictConstant {
  10. /**
  11. * @Description 序号99
  12. * @Author hsh
  13. * @Date 2024/1/31 14:26
  14. */
  15. public static String SERIAL_99 = "99";
  16. /**
  17. * @Description 序号01
  18. * @Author hsh
  19. * @Date 2024/1/31 14:28
  20. */
  21. public static String SERIAL_01 = "01";
  22. }