- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using wispro.sp.entity;
- namespace wispro.sp.share
- {
- public class AppealObject
- {
- public List<InputFieldValue> inputFieldValues { get; set; }
- public List<AttachFile> attachFiles { get; set; }
- }
- }
|