namespace Tnb.ProductionMgr.Interfaces { /// /// 工单生成 /// public interface IWorklineCommService { Task GetCartonQrcode(string workline); } }