Commit 655218a7 authored by tangwei's avatar tangwei

修改bug

parent 369eece7
...@@ -26,7 +26,8 @@ public class EquipSpecificDto extends BaseEntity { ...@@ -26,7 +26,8 @@ public class EquipSpecificDto extends BaseEntity {
/** /**
* 装备分类code(人员装备【10000000】) * 装备分类code(人员装备【10000000】)
*/ */
private String categoryCode = "10000000"; //private String categoryCode = "10000000";
private String categoryCode;
/** /**
* 队伍ID * 队伍ID
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment