package api import "box-cost/db/model" type IPurchBill interface { PrintPurchType() string Draws() SetContent(*model.PurchaseBill) SetTitle(string) SetSignatures([]*model.Signature) }