- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace EMIS.ViewModel.FeeManage
- {
- public class RefundApproveView
- {
- public string ExaminationRegistrationIDs { get; set; }
- public int ApproveStatus { get; set; }
- }
- }
|