安邦工具箱培训数据接收接口

This commit is contained in:
2024-09-03 16:22:00 +08:00
parent 197b55e6bd
commit 9f70d34ed2
23 changed files with 1951 additions and 58 deletions
+10 -1
View File
@@ -23,9 +23,18 @@ namespace Model
public string IsBuild { get; set; }
public string EMail { get; set; }
public string IsHide { get; set; }
public string IsBranch { get; set; }
public bool? IsBranch { get; set; }
public string ShortUnitName { get; set; }
public string DataSources { get; set; }
public string FromUnitId { get; set; }
public string IsChina { get; set; }
public string CollCropCode { get; set; }
public string LinkName { get; set; }
public string IdcardType { get; set; }
public string IdcardNumber { get; set; }
public string CollCropStatus { get; set; }
public string LinkMobile { get; set; }
public string ProjectId { get; set; }
}
}