123456789101112131415161718192021222324 |
- using YiSha.Util.Model;
- using System.Data.Common;
- using System.Threading.Tasks;
- using System.Collections.Generic;
- using YiSha.Entity.TK;
- using YiSha.Model.Param.TK;
- namespace YiSha.IBusiness.TK
- {
-
-
-
-
-
- public partial interface INoDatesBLL
- {
-
-
-
-
-
- Task<TData<int>> SaveFormPartial(NoDatesEntity entity);
- }
- }
|