|
@@ -9,9 +9,7 @@ import lombok.Getter;
|
|
|
import lombok.Setter;
|
|
|
|
|
|
/**
|
|
|
- * <p>
|
|
|
- *
|
|
|
- * </p>
|
|
|
+ * 角色权限对象
|
|
|
*
|
|
|
* Created by FSQ
|
|
|
* CopyRight https://www.fuint.cn
|
|
@@ -19,7 +17,7 @@ import lombok.Setter;
|
|
|
@Getter
|
|
|
@Setter
|
|
|
@TableName("t_duty_source")
|
|
|
-@ApiModel(value = "TDutySource对象", description = "")
|
|
|
+@ApiModel(value = "TDutySource对象", description = "角色权限对象")
|
|
|
public class TDutySource implements Serializable {
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
@@ -31,5 +29,4 @@ public class TDutySource implements Serializable {
|
|
|
|
|
|
private Integer sourceId;
|
|
|
|
|
|
-
|
|
|
}
|