【开源项目学习】若依前后端分离版,通俗易懂,快速上手

3、验证码的后端实现 P3 - 05:55
VO - A Value Object [1][2] represents itself a fixed set of data and is similar to a Java enum. A Value Object's identity is based on their state rather than on their object identity and is immutable. A real world example would be Color.RED, Color.BLUE, SEX.FEMALE etc.