在类上加注解:@Accessors(chain = true)
在赋值的时候可以直接链式调用:
new Sysuser().setUid(2L).setUemail("afd").setUname("satg").setUpwd("sag");