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