This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
package com.glxp.mipsdl.entity.ctqyy;
import lombok.Data;
@Data
public class PriceClassEntity {
/**
* 价表科目码
*/
private String classCode;
* 物资名称
private String className;
* 高值耗材标志
* 1高值,0低值
private String remark;
}