|  |  |  | 
|---|
|  |  |  | /// æµè¯æ¶æ¹æ¬¡å· | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | [PropertyValidate("æµè¯æ¶æ¹æ¬¡å·", NotNullAndEmpty = true)] | 
|---|
|  |  |  | public string ToolCode { get; set; } | 
|---|
|  |  |  | public List<string> ToolCodes { get; set; } | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | 
|---|
|  |  |  | [PropertyValidate("æµè¯æ¶æ¹æ¬¡å·", NotNullAndEmpty = true)] | 
|---|
|  |  |  | public string TestToolCode { get; set; } | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | ///æµè¯æ¶åæ¥ | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public class TestToolSynInfo | 
|---|
|  |  |  | { | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// æµè¯æ¶æ¹æ¬¡å· | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public string ToolCode { get; set; } | 
|---|
|  |  |  | ///// <summary> | 
|---|
|  |  |  | ///// æµè¯æ¶ç©æåç§° | 
|---|
|  |  |  | ///// </summary> | 
|---|
|  |  |  | public string MaterialName { get; set; } | 
|---|
|  |  |  | /// <summary> | 
|---|
|  |  |  | /// åå§å¯¿å½ | 
|---|
|  |  |  | /// </summary> | 
|---|
|  |  |  | public int Life { get; set; } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|