| | |
| | | using GenerateCode_WeiBen_WMS.Model; |
| | | using GenerateCode_WeiBen_WMS.Const; |
| | | using GenerateCode_WeiBen_WMS.Model; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Configuration; |
| | |
| | | |
| | | break; |
| | | default: |
| | | //ç¹æ®å¤ç åæ®µ ExtraProperties |
| | | if (columnModel.ColumnName.ToUpper() == SystemConst.pro_ExtraProperties.ToUpper()) |
| | | { |
| | | attrStr += " public ExtraPropertyDictionary" + str_NullFlag + attr + " { get; set; }\n"; |
| | | } |
| | | else |
| | | { |
| | | attrStr += " public string" + str_NullFlag + attr + " { get; set; }\n"; |
| | | } |
| | | attrStr += "\n";//æåæ¯å ä¸ä¸ªç©ºæ ¼ |
| | | break; |
| | | } |