You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
355 B
Plaintext
19 lines
355 B
Plaintext
11 months ago
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Text;
|
||
|
using System.Threading.Tasks;
|
||
|
|
||
|
namespace BP.WF
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// 固定字段名称
|
||
|
/// </summary>
|
||
|
public class FixFieldNames
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// 文档信息
|
||
|
/// </summary>
|
||
|
public const string DocWordFile = "DocWordFile";
|
||
|
}
|
||
|
}
|