using System; namespace HotelPms.Data.Common; /// /// /// public enum ETableActionType : int { CustomSql = 0, RoomTypeMasterGrid = 1, BuildingMasterGrid = 2, Pagination = 3, ReportMaster = 4, DemoMasterGrid = 5, RoomViewTabMasterGrid = 6, RoomViewLayoutGrid = 7, RoomViewState = 8, RoomStatusMasterGrid = 9, UpdateRoomStatus = 10, HotelMasterGrid = 11, PostNoSearch = 1000, AddressSearch = 1001, MasterName = 2000, RoomTypeBase = 2001, RoomTypeList = 2002, SalesLoginList = 2003, SalesLoginName = 2004, HotelDate = 9000, Sequence = 9001, TaxRate = 9002, } public enum ESeqType : int { Use = 0, UseDetail, UsePerson, ReceiptID, ReceiptNo, Sale, Pay, } public enum ESetActionType : int { CustomSql = 0, ColSetting = 1, /// /// 客室状況画面の日別表示データ /// RoomView = 2, } public class GrpcEnum { }