10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
|
|
using DataPro.Common.Base;
|
||
|
|
|
||
|
|
namespace DataPro.Common.Interface
|
||
|
|
{
|
||
|
|
public interface IGroupTemplateInfoControlView : IBaseView
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|