package org.jeecg.modules.mdcJc.vo; import java.io.Serializable; /** * @author clown * * @date 2024/7/16 */ public class MesProductMonthlyschedule { private Integer id; private String ny; private String clazz; private Integer planCont; private Integer completionCount; private Integer qualifiedCount; }