fwq
2024-04-23 bdd39fac56c367b36d6c41ef2cd5c9f35926013f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.hz.his.dto;
 
 
import com.hz.his.dto.common.DCommonDto;
import lombok.Data;
 
/**
 * 项目SKU
 **/
@Data
public class DProjectSkuDto extends DCommonDto {
 
    private String name;
    private Integer enable;
 
 
}