智慧农业后台管理
zhongrj
2022-07-28 cfb70c23121cf47763d2e57ee722a9b3c4d530eb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package org.springblade.modules.farmplant.vo;
 
import lombok.Data;
import org.springblade.modules.farmplant.entity.Strain;
 
/**
 * 种养品种VO
 * @since 2022-05-12
 * @author zhongrj
 */
@Data
public class StrainVO extends Strain {
    private static final long serialVersionUID = 1L;
 
}