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

package com.glxp.mipsdl.entity.ctqyy;
import lombok.Data;
@Data
public class PriceClassEntity {
/**
*
*/
private String classCode;
/**
*
*/
private String className;
/**
*
* 10
*/
private String remark;
}