|
|
@@ -29,7 +29,7 @@ import java.time.LocalDateTime;
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
@Accessors(chain = true)
|
|
|
@ExportTitle("组织机构")
|
|
|
-@TableName(value = "t_mst_org", autoResultMap = true)
|
|
|
+@TableName(value = "t_mst_org", autoResultMap = true, schema = "dkic_b")
|
|
|
@ApiModel(value="实体类:组织机构", description="表名:t_mst_org")
|
|
|
public class Org extends PageInfo<Org> implements Serializable {
|
|
|
|