using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIDESEAWCS_Tasks.DBName
{
public enum FillingDBName
{
#region 读取
///
/// 操作模式
///
R_ceshi,
#endregion
#region 写入
///
/// 操作模式
///
W_ceshia,
///
/// 操作模式
///
W_ceshib,
///
/// 操作模式
///
W_ceshic,
#endregion
}
}