luxiaotao1123
2024-03-13 0cb8696b2c2f9885e5bad9bf4b91ab03423a055f
zy-asrs-common/src/main/java/com/zy/asrs/common/wms/service/DocTypeService.java
@@ -5,4 +5,6 @@
public interface DocTypeService extends IService<DocType> {
    DocType selectOrAdd(String docName, Boolean pakin);
}