|
|
@@ -1,5 +1,6 @@
|
|
|
package com.railway.common.core.domain.entity;
|
|
|
|
|
|
+import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import java.util.ArrayList;
|
|
|
import java.util.List;
|
|
|
@@ -16,6 +17,7 @@ import com.railway.common.core.domain.BaseEntity;
|
|
|
*
|
|
|
* @author railway
|
|
|
*/
|
|
|
+@ApiModel("系统管理 - 部门信息")
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
@Data
|
|
|
public class SysDept extends BaseEntity {
|