- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace Ropin.Inspection.Model.ViewModel.PRD
- {
- public class PrivModel
- {
- public string openId { get; set; }
- public string type { get; set; }
- public string status { get; set; }
- }
- }
|