| | |
| | | /// <summary> |
| | | /// 客æ·ç¼ç |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "客æ·ç¼ç ")] |
| | | public string Code { get; set; } |
| | | /// <summary> |
| | | /// 客æ·åºå
¥åºè§å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true,ColumnDescription = "客æ·åºå
¥åºè§å")] |
| | | public int OutRule { get; set; } |
| | | /// <summary> |
| | | /// 客æ·åç§° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "客æ·åç§°")] |
| | | public string Name { get; set; } |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "客æ·ç¼ç ")] |
| | | public string CustomerCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 客æ·å
¨ç§° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 100, ColumnDescription = "客æ·å
¨ç§°")] |
| | | public string NickName { get; set; } |
| | | [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "客æ·å
¨ç§°")] |
| | | public string CustomerName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 客æ·ç¶æ 0:ç¦ç¨ 1:å¯ç¨ |
| | | /// 客æ·ç®ç§° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "客æ·ç®ç§°")] |
| | | public string ShortName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¶æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç¶æ")] |
| | | public int State { get; set; } |
| | | public int Status { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåºè§å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åºåºè§å")] |
| | | public int OutRule { get; set; } |
| | | } |
| | | } |