using System.ComponentModel.DataAnnotations;
namespace ZXDService.Domain
{
public class AssignDeptRules
[Key]
public string uniquekey { get; set; }
public int ch { get; set; }
public int crmdeptid { get; set; }
public int num { get; set; }
}