| | |
| | | using GenerateCode_WeiBen_WMS.Model; |
| | | using GenerateCode_GEBrilliantFactory.Model; |
| | | using GenerateCode_WeiBen_WMS.Model; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Configuration; |
| | |
| | | /// </summary> |
| | | public class CommonHelper |
| | | { |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦å¿½ç¥è¯¥å |
| | | /// </summary> |
| | | /// <param name="columnName"></param> |
| | | /// <returns></returns> |
| | | public static bool IsIgnore(string columnName) |
| | | { |
| | | if (columnName.ToUpper() == SystemCommonVar.c_ExtraProperties.ToUpper()) |
| | | { |
| | | return true; |
| | | } |
| | | return false; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// éç¨æ¿æ¢å符串 |
| | | /// </summary> |