//------------------------------------------------------------------------------
// <auto-generated>
//     This code was auto-generated by ExcelExporter
//     version 2.0
//     from https://github.com/xuzhuoxi/ExcelExporter 
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace JLGames.RocketDriver.Samples.RpgMaterialDemo.Cfg.CfgConst
{
    public static class ProtoGmReqIds
    {   
        /// <summary>
        /// 增加材料
        /// </summary>
        public const string ProtoMaterialInsert = "p_im";
        /// <summary>
        /// 更新材料
        /// </summary>
        public const string ProtoMaterialUpdate = "p_um";
        /// <summary>
        /// 删除材料
        /// </summary>
        public const string ProtoMaterialDelete = "p_dm";
    }
}