lxp
2025-03-13 b7c4edd36912d26aa2e8e6fa5605c370bb2e478a
1
2
3
4
5
6
7
package com.ruoyi.common.constant;
 
public class ExchangeConstants {
 
    public final static String WORK_TIME_EXCHANGE = "insert_work_time_exchange";
 
}