326 changed files with 2833 additions and 2751 deletions
@ -1,424 +1,425 @@ |
|||||
namespace WinIn.FasterZ.Wms.Permissions |
namespace WinIn.FasterZ.Wms.Permissions |
||||
{ |
{ |
||||
public static class WmsPermissions |
public static class WmsPermissions |
||||
{ |
{ |
||||
public const string GroupName = "Wms"; |
public const string GroupName = "Wms"; |
||||
|
|
||||
//Add your own permission names. Example:
|
//Add your own permission names. Example:
|
||||
//public const string MyPermission1 = GroupName + ".MyPermission1";
|
//public const string MyPermission1 = GroupName + ".MyPermission1";
|
||||
public class AuthDepartment |
public class AuthDepartment |
||||
{ |
{ |
||||
public const string Default = GroupName + ".AuthDepartment"; |
public const string Default = GroupName + ".AuthDepartment"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
|
|
||||
public class ExportCustomUserSetting |
public class ExportCustomUserSetting |
||||
{ |
{ |
||||
public const string Default = GroupName + ".ExportCustomUserSetting"; |
public const string Default = GroupName + ".ExportCustomUserSetting"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreWorkOrder |
public class StoreWorkOrder |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreWorkOrder"; |
public const string Default = GroupName + ".StoreWorkOrder"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreWorkOrderDetail |
public class StoreWorkOrderDetail |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreWorkOrderDetail"; |
public const string Default = GroupName + ".StoreWorkOrderDetail"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreWipWarehouseAdjustRequestDetail |
public class StoreWipWarehouseAdjustRequestDetail |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreWipWarehouseAdjustRequestDetail"; |
public const string Default = GroupName + ".StoreWipWarehouseAdjustRequestDetail"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreWipWarehouseAdjustRequest |
public class StoreWipWarehouseAdjustRequest |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreWipWarehouseAdjustRequest"; |
public const string Default = GroupName + ".StoreWipWarehouseAdjustRequest"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreWipWarehouseAdjustNoteDetail |
public class StoreWipWarehouseAdjustNoteDetail |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreWipWarehouseAdjustNoteDetail"; |
public const string Default = GroupName + ".StoreWipWarehouseAdjustNoteDetail"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreWipWarehouseAdjustNote |
public class StoreWipWarehouseAdjustNote |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreWipWarehouseAdjustNote"; |
public const string Default = GroupName + ".StoreWipWarehouseAdjustNote"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreWarehouseTransferNoteDetail |
public class StoreWarehouseTransferNoteDetail |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreWarehouseTransferNoteDetail"; |
public const string Default = GroupName + ".StoreWarehouseTransferNoteDetail"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreWarehouseTransferNote |
public class StoreWarehouseTransferNote |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreWarehouseTransferNote"; |
public const string Default = GroupName + ".StoreWarehouseTransferNote"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreUnplannedReceiptRequestDetail |
public class StoreUnplannedReceiptRequestDetail |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreUnplannedReceiptRequestDetail"; |
public const string Default = GroupName + ".StoreUnplannedReceiptRequestDetail"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreUnplannedReceiptRequest |
public class StoreUnplannedReceiptRequest |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreUnplannedReceiptRequest"; |
public const string Default = GroupName + ".StoreUnplannedReceiptRequest"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreUnplannedReceiptNoteDetail |
public class StoreUnplannedReceiptNoteDetail |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreUnplannedReceiptNoteDetail"; |
public const string Default = GroupName + ".StoreUnplannedReceiptNoteDetail"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreUnplannedReceiptNote |
public class StoreUnplannedReceiptNote |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreUnplannedReceiptNote"; |
public const string Default = GroupName + ".StoreUnplannedReceiptNote"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreUnplannedIssueRequestDetail |
public class StoreUnplannedIssueRequestDetail |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreUnplannedIssueRequestDetail"; |
public const string Default = GroupName + ".StoreUnplannedIssueRequestDetail"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreUnplannedIssueRequest |
public class StoreUnplannedIssueRequest |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreUnplannedIssueRequest"; |
public const string Default = GroupName + ".StoreUnplannedIssueRequest"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreUnplannedIssueNoteDetail |
public class StoreUnplannedIssueNoteDetail |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreUnplannedIssueNoteDetail"; |
public const string Default = GroupName + ".StoreUnplannedIssueNoteDetail"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreUnplannedIssueNote |
public class StoreUnplannedIssueNote |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreUnplannedIssueNote"; |
public const string Default = GroupName + ".StoreUnplannedIssueNote"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreTransferRequestDetail |
public class StoreTransferRequestDetail |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreTransferRequestDetail"; |
public const string Default = GroupName + ".StoreTransferRequestDetail"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreTransferRequest |
public class StoreTransferRequest |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreTransferRequest"; |
public const string Default = GroupName + ".StoreTransferRequest"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreTransferNoteDetailCopy |
public class StoreTransferNoteDetail |
||||
{ |
{ |
||||
public const string Default = GroupName + ".StoreTransferNoteDetailCopy"; |
public const string Default = GroupName + ".StoreTransferNoteDetailCopy"; |
||||
public const string Update = Default + ".Update"; |
public const string Update = Default + ".Update"; |
||||
public const string Create = Default + ".Create"; |
public const string Create = Default + ".Create"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
public class StoreTransferNoteCopy |
|
||||
{ |
public class StoreTransferNote |
||||
public const string Default = GroupName + ".StoreTransferNoteCopy"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreTransferNote"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreTransferNote |
} |
||||
{ |
public class StoreSupplierAsnDetail |
||||
public const string Default = GroupName + ".StoreTransferNote"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreSupplierAsnDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreSupplierAsnDetail |
} |
||||
{ |
public class StoreSupplierAsn |
||||
public const string Default = GroupName + ".StoreSupplierAsnDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreSupplierAsn"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreSupplierAsn |
} |
||||
{ |
public class StoreScrapRequestDetail |
||||
public const string Default = GroupName + ".StoreSupplierAsn"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreScrapRequestDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreScrapRequestDetail |
} |
||||
{ |
public class StoreScrapRequest |
||||
public const string Default = GroupName + ".StoreScrapRequestDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreScrapRequest"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreScrapRequest |
} |
||||
{ |
public class StoreScrapNote |
||||
public const string Default = GroupName + ".StoreScrapRequest"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreScrapNote"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreScrapNote |
} |
||||
{ |
public class StoreSaleOrderDetail |
||||
public const string Default = GroupName + ".StoreScrapNote"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreSaleOrderDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreSaleOrderDetail |
} |
||||
{ |
public class StoreSaleOrder |
||||
public const string Default = GroupName + ".StoreSaleOrderDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreSaleOrder"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreSaleOrder |
} |
||||
{ |
public class StoreRecycledMaterialReceiptNoteDetail |
||||
public const string Default = GroupName + ".StoreSaleOrder"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreRecycledMaterialReceiptNoteDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreRecycledMaterialReceiptNoteDetail |
} |
||||
{ |
public class StoreRecycledMaterialReceiptNote |
||||
public const string Default = GroupName + ".StoreRecycledMaterialReceiptNoteDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreRecycledMaterialReceiptNote"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreRecycledMaterialReceiptNote |
} |
||||
{ |
public class StoreReceiptAbnormalNoteDetail |
||||
public const string Default = GroupName + ".StoreRecycledMaterialReceiptNote"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreReceiptAbnormalNoteDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreReceiptAbnormalNoteDetail |
} |
||||
{ |
public class StoreReceiptAbnormalNote |
||||
public const string Default = GroupName + ".StoreReceiptAbnormalNoteDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreReceiptAbnormalNote"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreReceiptAbnormalNote |
} |
||||
{ |
public class StorePutawayRequestDetail |
||||
public const string Default = GroupName + ".StoreReceiptAbnormalNote"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StorePutawayRequestDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StorePutawayRequestDetail |
} |
||||
{ |
public class StorePutawayRequest |
||||
public const string Default = GroupName + ".StorePutawayRequestDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StorePutawayRequest"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StorePutawayRequest |
} |
||||
{ |
public class StorePutawayNoteDetail |
||||
public const string Default = GroupName + ".StorePutawayRequest"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StorePutawayNoteDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StorePutawayNoteDetail |
} |
||||
{ |
public class StorePutawayNote |
||||
public const string Default = GroupName + ".StorePutawayNoteDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StorePutawayNote"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StorePutawayNote |
} |
||||
{ |
public class StorePurchaseReturnRequestDetail |
||||
public const string Default = GroupName + ".StorePutawayNote"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StorePurchaseReturnRequestDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StorePurchaseReturnRequestDetail |
} |
||||
{ |
public class StorePurchaseReturnRequest |
||||
public const string Default = GroupName + ".StorePurchaseReturnRequestDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StorePurchaseReturnRequest"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StorePurchaseReturnRequest |
} |
||||
{ |
public class StorePurchaseReturnNoteDetail |
||||
public const string Default = GroupName + ".StorePurchaseReturnRequest"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StorePurchaseReturnNoteDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StorePurchaseReturnNoteDetail |
} |
||||
{ |
public class StorePurchaseReturnNote |
||||
public const string Default = GroupName + ".StorePurchaseReturnNoteDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StorePurchaseReturnNote"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StorePurchaseReturnNote |
} |
||||
{ |
public class StorePurchaseReceiptRequestDetail |
||||
public const string Default = GroupName + ".StorePurchaseReturnNote"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StorePurchaseReceiptRequestDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StorePurchaseReceiptRequestDetail |
} |
||||
{ |
public class StorePurchaseReceiptRequest |
||||
public const string Default = GroupName + ".StorePurchaseReceiptRequestDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StorePurchaseReceiptRequest"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StorePurchaseReceiptRequest |
} |
||||
{ |
public class StorePurchaseReceiptNoteDetail |
||||
public const string Default = GroupName + ".StorePurchaseReceiptRequest"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StorePurchaseReceiptNoteDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StorePurchaseReceiptNoteDetail |
} |
||||
{ |
public class StorePurchaseReceiptNote |
||||
public const string Default = GroupName + ".StorePurchaseReceiptNoteDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StorePurchaseReceiptNote"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StorePurchaseReceiptNote |
} |
||||
{ |
public class StorePurchaseOrderDetail |
||||
public const string Default = GroupName + ".StorePurchaseReceiptNote"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StorePurchaseOrderDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StorePurchaseOrderDetail |
} |
||||
{ |
public class StorePurchaseOrder |
||||
public const string Default = GroupName + ".StorePurchaseOrderDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StorePurchaseOrder"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StorePurchaseOrder |
} |
||||
{ |
public class StoreProductRecycleRequestDetail |
||||
public const string Default = GroupName + ".StorePurchaseOrder"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreProductRecycleRequestDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreProductRecycleRequestDetail |
} |
||||
{ |
public class StoreProductRecycleRequest |
||||
public const string Default = GroupName + ".StoreProductRecycleRequestDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreProductRecycleRequest"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreProductRecycleRequest |
} |
||||
{ |
public class StoreProductRecycleNoteDetail |
||||
public const string Default = GroupName + ".StoreProductRecycleRequest"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreProductRecycleNoteDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreProductRecycleNoteDetail |
} |
||||
{ |
public class StoreProductRecycleNote |
||||
public const string Default = GroupName + ".StoreProductRecycleNoteDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreProductRecycleNote"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreProductRecycleNote |
} |
||||
{ |
public class StoreProductRecycleMaterialDetail |
||||
public const string Default = GroupName + ".StoreProductRecycleNote"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreProductRecycleMaterialDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreProductRecycleMaterialDetail |
} |
||||
{ |
public class StoreProductReceiptRequestDetail |
||||
public const string Default = GroupName + ".StoreProductRecycleMaterialDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreProductReceiptRequestDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreProductReceiptRequestDetail |
} |
||||
{ |
public class StoreProductReceiptRequest |
||||
public const string Default = GroupName + ".StoreProductReceiptRequestDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreProductReceiptRequest"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreProductReceiptRequest |
} |
||||
{ |
public class StoreProductReceiptNoteDetail |
||||
public const string Default = GroupName + ".StoreProductReceiptRequest"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreProductReceiptNoteDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreProductReceiptNoteDetail |
} |
||||
{ |
public class StoreProductReceiptNote |
||||
public const string Default = GroupName + ".StoreProductReceiptNoteDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreProductReceiptNote"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreProductReceiptNote |
} |
||||
{ |
public class StoreProductL7partsNoteDetail |
||||
public const string Default = GroupName + ".StoreProductReceiptNote"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreProductL7partsNoteDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreProductL7partsNoteDetail |
} |
||||
{ |
public class StoreProductL7partsNote |
||||
public const string Default = GroupName + ".StoreProductL7partsNoteDetail"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreProductL7partsNote"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
public class StoreProductL7partsNote |
} |
||||
{ |
public class StoreScrapNoteDetail |
||||
public const string Default = GroupName + ".StoreProductL7partsNote"; |
{ |
||||
public const string Update = Default + ".Update"; |
public const string Default = GroupName + ".StoreScrapNoteDetail"; |
||||
public const string Create = Default + ".Create"; |
public const string Update = Default + ".Update"; |
||||
public const string Delete = Default + ".Delete"; |
public const string Create = Default + ".Create"; |
||||
} |
public const string Delete = Default + ".Delete"; |
||||
} |
} |
||||
|
} |
||||
} |
} |
||||
|
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue