Files
bj_power/bj_power_wms/ent/predicate/predicate.go
T
SunYF 572fa975bc feat: 完成WMS系统权限体系与业务功能迭代
本提交完成了WMS系统的多维度优化升级:
1. 新增RBAC权限系统,支持角色/菜单/按钮三级权限管控
2. 重构库存盘点、物料管理、区域维护等模块的查询筛选与展示逻辑
3. 优化入库/出库/质检等业务流程,完善数据冗余与业务闭环
4. 移除旧装箱表,将装箱逻辑合并到出库主表
5. 新增前端权限判断工具、导出工具与端到端测试用例
6. 补充完善各类注释与数据库字段说明
2026-09-03 14:20:37 +08:00

56 lines
1.7 KiB
Go

// Code generated by ent, DO NOT EDIT.
package predicate
import (
"entgo.io/ent/dialect/sql"
)
// InboundDetail is the predicate function for inbounddetail builders.
type InboundDetail func(*sql.Selector)
// InboundOrder is the predicate function for inboundorder builders.
type InboundOrder func(*sql.Selector)
// InspectionRecord is the predicate function for inspectionrecord builders.
type InspectionRecord func(*sql.Selector)
// Inventory is the predicate function for inventory builders.
type Inventory func(*sql.Selector)
// InventoryLock is the predicate function for inventorylock builders.
type InventoryLock func(*sql.Selector)
// Material is the predicate function for material builders.
type Material func(*sql.Selector)
// OrderMaterialLedger is the predicate function for ordermaterialledger builders.
type OrderMaterialLedger func(*sql.Selector)
// OutboundDetail is the predicate function for outbounddetail builders.
type OutboundDetail func(*sql.Selector)
// OutboundOrder is the predicate function for outboundorder builders.
type OutboundOrder func(*sql.Selector)
// Permission is the predicate function for permission builders.
type Permission func(*sql.Selector)
// Role is the predicate function for role builders.
type Role func(*sql.Selector)
// SemiFinished is the predicate function for semifinished builders.
type SemiFinished func(*sql.Selector)
// StocktakeItem is the predicate function for stocktakeitem builders.
type StocktakeItem func(*sql.Selector)
// StocktakeOrder is the predicate function for stocktakeorder builders.
type StocktakeOrder func(*sql.Selector)
// User is the predicate function for user builders.
type User func(*sql.Selector)
// Zone is the predicate function for zone builders.
type Zone func(*sql.Selector)