tangzy
2021-08-31 9b583c3ae9f78328368b2eda8899f80204ed796f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package org.springblade.modules.location.vo;
 
import lombok.Data;
import org.springblade.modules.location.entity.Locus;
 
import java.io.Serializable;
 
/**
 * @author zhongrj
 */
@Data
public class LocusVo extends Locus implements Serializable {
 
 
 
}