using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace BP.WF { /// /// 固定字段名称 /// public class FixFieldNames { /// /// 文档信息 /// public const string DocWordFile = "DocWordFile"; } }