wx
2022-02-18 dbe3a91f87f65e893ae1e82f829e1a45496644d7
ZTICInterface.Application/ZTICInterface.Application.xml
@@ -4,6 +4,89 @@
        <name>ZTICInterface.Application</name>
    </assembly>
    <members>
        <member name="T:ZTICInterface.Application.App.IndustryPolicyApp">
            <summary>
            行业政策
            </summary>
        </member>
        <member name="M:ZTICInterface.Application.App.IndustryPolicyApp.GetPages(System.Int32,System.Int32)">
            <summary>
            获取分页
            </summary>
            <param name="pageIndex"></param>
            <param name="pageSize"></param>
            <returns></returns>
        </member>
        <member name="M:ZTICInterface.Application.Base.Repository`1.AddAsync(`0,System.Boolean)">
            <summary>
            添加一条数据
            </summary>
            <param name="parm">T</param>
            <returns></returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:ZTICInterface.Application.Base.Repository`1.AddListAsync(System.Collections.Generic.List{`0},System.Boolean)" -->
        <!-- Badly formed XML comment ignored for member "M:ZTICInterface.Application.Base.Repository`1.GetModelAsync(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Boolean)" -->
        <!-- Badly formed XML comment ignored for member "M:ZTICInterface.Application.Base.Repository`1.GetModelAsync(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{`0,System.Object}},SqlSugar.OrderByType,System.Boolean)" -->
        <member name="M:ZTICInterface.Application.Base.Repository`1.GetModelAsync(System.String,System.Boolean)">
            <summary>
            获得一条数据
            </summary>
            <param name="parm">string</param>
            <returns></returns>
        </member>
        <member name="M:ZTICInterface.Application.Base.Repository`1.GetPagesAsync(System.Int32,System.Int32,System.Boolean)">
            <summary>
            获得列表——分页
            </summary>
            <param name="parm">PageParm</param>
            <returns></returns>
        </member>
        <member name="M:ZTICInterface.Application.Base.Repository`1.GetPagesAsync(System.Int32,System.Int32,System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{`0,System.Object}},SqlSugar.OrderByType,System.Boolean)">
            <summary>
            分页
            </summary>
            <param name="parm">分页参数</param>
            <param name="where">条件</param>
            <param name="order">排序值</param>
            <param name="orderEnum">排序方式OrderByType</param>
            <returns></returns>
        </member>
        <member name="M:ZTICInterface.Application.Base.Repository`1.GetListAsync(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Linq.Expressions.Expression{System.Func{`0,System.Object}},SqlSugar.OrderByType,System.Boolean)">
            <summary>
            获得列表
            </summary>
            <param name="parm">PageParm</param>
            <returns></returns>
        </member>
        <member name="M:ZTICInterface.Application.Base.Repository`1.GetListAsync(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Boolean)">
            <summary>
            获得列表
            </summary>
            <returns></returns>
        </member>
        <member name="M:ZTICInterface.Application.Base.Repository`1.UpdateAsync(`0,System.String[],System.Boolean)">
            <summary>
            修改一条数据
            </summary>
            <param name="parm">T</param>
            <returns>是否成功</returns>
        </member>
        <member name="M:ZTICInterface.Application.Base.Repository`1.UpdateAsync(System.Collections.Generic.List{`0},System.Boolean)">
            <summary>
            批量修改
            </summary>
            <param name="parm">T</param>
            <returns>受影响行数</returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:ZTICInterface.Application.Base.Repository`1.UpdateAsync(System.Linq.Expressions.Expression{System.Func{`0,`0}},System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Boolean)" -->
        <member name="M:ZTICInterface.Application.Base.Repository`1.DeleteAsync(System.String,System.Boolean)">
            <summary>
            删除一条或多条数据
            </summary>
            <param name="parm">string</param>
            <returns>受影响行数</returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:ZTICInterface.Application.Base.Repository`1.DeleteAsync(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}},System.Boolean)" -->
        <member name="T:ZTICInterface.Application.SystemAppService">
            <summary>
            系统服务接口