You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
udi-wms-third-java/src/main/java/com/glxp/mipsdl/entity/ctqyy/PriceClassEntity.java

23 lines
331 B
Java

This file contains ambiguous Unicode characters!

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;
}