摘要: public class Employee { // 只有SourceType== Salary 才转账 public void TransferToEmployee([TransferSource(TransferType = TransferSourceType.Salary)]int number) { ... 阅读全文
posted @ 2018-01-14 12:42 PhilXu 阅读(157) 评论(0) 推荐(0) 编辑