| | |
| | | using WIDESEAWCS_ITaskInfoService; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | |
| | | namespace WIDESEAWCS_TaskInfoService |
| | | { |
| | | public class TorqueOpServer : ServiceBase<Dt_TorqueOp, TorqueOpRepository>, ITorqueOpServer |
| | |
| | | { |
| | | |
| | | } |
| | | |
| | | //public WebResponseContent Nexstep(string id, string guorp) |
| | | //{ |
| | | // if (true) |
| | | // { |
| | | |
| | | // } |
| | | //} |
| | | public override PageGridData<Dt_TorqueOp> GetPageData(PageDataOptions options) |
| | | { |
| | | OrderByParameters = new Dictionary<string, SqlSugar.OrderByType> { |
| | | { |
| | | nameof(Dt_TorqueOp.ID),SqlSugar.OrderByType.Asc |
| | | } }; |
| | | return base.GetPageData(options); |
| | | } |
| | | } |
| | | } |