田源
2023-03-24 7abe0fb39038e55fa7f28804f437a0431a25ae37
Source/BladeX/blade-service-api/blade-system-api/src/main/java/org/springblade/system/entity/Post.java
@@ -29,7 +29,7 @@
 * @author Chill
 */
@Data
@TableName("blade_post")
@TableName("pl_org_post")
@EqualsAndHashCode(callSuper = true)
@ApiModel(value = "Post对象", description = "岗位表")
public class Post extends TenantEntity {