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