Commit 4847b0ad authored by chenzhao's avatar chenzhao

Merge branch 'developer' of http://172.16.10.76/moa/amos-boot-biz into developer

parents 924418b7 655218a7
...@@ -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