package thyyxxk.webserver.entity.medicine; /** * @ClassName YpDidctinc * @Author hsh * @Date 2024/1/31 14:22 * @Version 1.0 * @Description 药品相关常量 **/ public class YpDictConstant { /** * @Description 序号99 * @Author hsh * @Date 2024/1/31 14:26 */ public static String SERIAL_99 = "99"; /** * @Description 序号01 * @Author hsh * @Date 2024/1/31 14:28 */ public static String SERIAL_01 = "01"; }