采购订单搭建

This commit is contained in:
陈淳
2023-01-04 18:16:56 +08:00
parent e8e6b928cf
commit e03e584684
25 changed files with 918 additions and 332 deletions

View File

@@ -67,6 +67,11 @@ namespace Yi.Framework.Template.Abstract
continue;
}
}
//以}结尾不包含get不是属性代表类结尾
if (enetityDatas[i].EndsWith("}") && !enetityDatas[i].Contains("get"))
{
break;
}
}
//拼接实体字段