Alternative CDI approach to subclassing in this example?

前端 未结 0 1701
北恋
北恋 2021-02-05 21:21

This is my working code at the moment:

public enum Year 
{
    year2021,
    year2022;
}

_

public class Zoo 
{
    private Year ye         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题