This commit is contained in:
linfso 2024-06-18 05:47:22 +08:00
parent b840fec71c
commit 77ff55b03c

View File

@ -64,6 +64,7 @@ public class EmisWaybillTransferController extends EmisBaseController
* 查询运单转件表列表
*/
@PreAuthorize("@ss.hasPermi('emis:emisWaybillTransfer:list')")
@Log(title = "数据查询", businessType = BusinessType.OTHER)
@GetMapping("/list")
public TableDataInfo list(EmisWaybillTransfer emisWaybillTransfer)
{