摘要:
在实体类中忘记给字段加上 get ;set ;导致编译后程序无法使用。 下面这个(A代码)是可以正常混淆的。 public class PhoneUsedStatus { public int code { get; set; } public bool takeExist { get; set; 阅读全文
posted @ 2016-03-30 09:02
内瑟斯
阅读(838)
评论(0)
推荐(0)
生命不息 战斗不止