- using System;
- using System.Collections.Generic;
- using System.Data.Common;
- using System.Linq;
- using System.Text;
- namespace JLHHJSvr.Com.Model
- {
- public sealed class replacement
- {
- public string label { get; set; }
- public object value { get; set; }
- public int? type { get; set; }
- public int? ifnotreplace { get; set; }
- }
- }
|