对象实体 参考标准
1
using System;
2
using System.Data;
3
4
namespace Framework.Components
5
{
6
/// <summary>
7
/// 公告通知实体
8
/// </summary>
9
public class NoticeInfo
10
{
11
基础信息-------------------------------------------------------
106
107
构造函数
123
124
}
125
}
126

2

3

4

5

6

7

8

9

10

11

106

107

123

124

125

126
