Skip to content

Conversation

kevin100702
Copy link
Contributor

用法如下:

public override WebResponseContent DownLoadTemplate()
{
    this.IgnoreTemplateExecuting = (columns) =>
    {
        var list = new List<string>()
        {
            "qtyoh",
            "qtya",
            "qtyd",
            "qtyn",
            "qty5",
            "qtypu",
            "qtyt",
            "qtyso",
        };
        columns.AddRange(list);
        return columns;
    };
    return base.DownLoadTemplate();
}

@xiazhaozhao
Copy link

xiazhaozhao commented Jun 9, 2024 via email

@cq-panda
Copy link
Owner

cq-panda commented Jun 9, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants