摘要:
例如 //类 public class User1 { public int id { get; set; } public string name { get; set; } } //方法 [HttpPost, Route("api/OrderPayJs/Notify0")] public str 阅读全文
摘要:
class Person { public int id { get; set; } public int gender { get; set; } public string name { get; set; } public DateTime birthday { get; set; } } 参 阅读全文